#A0AE1C

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

Shades of Bahia #A0AE1C

Tints of Bahia #A0AE1C

Color information

#A0AE1C (or 0xA0AE1C) is unknown color: approx Bahia. HEX triplet: A0, AE and 1C. RGB value is (160,174,28). Sum of RGB (Red+Green+Blue) = 160+174+28=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE1C is #5F51E3. Grayscale: #999999. Windows color (decimal): -6246884 or 1879712. OLE color: 1879712.

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

Color convert

RGB16017428-
CMYK0.0800.840.32
HSL65.75º72.28%39.61%-
HSV(B)65.75º83.91%68.24%-
XYZ29.8437.836.83-
YUV153.1757.36132.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 174 (68.36% from 255) = 48.07%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=44.20%
G=48.07%
B=7.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174280.0800.840.3265.7572.2839.61
HexA0AE1C805420424828
Octal240256341001244010211050
Binary10100000101011101110010000101010010000010000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE1C; }

 p { color: rgb(160,174,28); }

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

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

 a { background-color: rgb(160,174,28); }

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

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

 span { border-color: rgb(160,174,28); }

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