#A0AD1F

Color #A0AD1F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A0AD1F

Tints of Bahia #A0AD1F

Color information

#A0AD1F (or 0xA0AD1F) is unknown color: approx Bahia. HEX triplet: A0, AD and 1F. RGB value is (160,173,31). Sum of RGB (Red+Green+Blue) = 160+173+31=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD1F is #5F52E0. Grayscale: #999999. Windows color (decimal): -6247137 or 2076064. OLE color: 2076064.

HSL color Cylindrical-coordinate representation of color #A0AD1F: hue angle of 65.49º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0AD1F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB16017331-
CMYK0.0800.820.32
HSL65.49º69.61%40%-
HSV(B)65.49º82.08%67.84%-
XYZ29.6937.466.96-
YUV152.9259.19133.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 31 (12.5% from 255) = 8.52%
R=43.96%
G=47.53%
B=8.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160173310.0800.820.3265.4969.6140
HexA0AD1F805220414628
Octal240255371001224010110650
Binary10100000101011011111110000101001010000010000011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD1F; }

 p { color: rgb(160,173,31); }

 H1.HeaderClassName
 {
   color: #A0AD1F;
 }
 .AnyTagClassName
 {
   color: #A0AD1F;
 }
</style>
background-color css

<style>
 a { background-color: #A0AD1F; }

 a { background-color: rgb(160,173,31); }

 div.DivClassName
 {
   background-color: #A0AD1F;
 }
 .BgClassName
 {
   background-color: #A0AD1F;
 }
</style>
border-color css

<style>
 span { border-color: #A0AD1F; }

 span { border-color: rgb(160,173,31); }

 td.TdClassName
 {
   border-color: #A0AD1F;
 }
 .TagClassName
 {
   border-color: #A0AD1F;
 }
</style>