#A0AF1C

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

Shades of Bahia #A0AF1C

Tints of Bahia #A0AF1C

Color information

#A0AF1C (or 0xA0AF1C) is unknown color: approx Bahia. HEX triplet: A0, AF and 1C. RGB value is (160,175,28). Sum of RGB (Red+Green+Blue) = 160+175+28=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF1C is #5F50E3. Grayscale: #9A9A9A. Windows color (decimal): -6246628 or 1879968. OLE color: 1879968.

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

Color convert

RGB16017528-
CMYK0.0900.840.31
HSL66.12º72.41%39.8%-
HSV(B)66.12º84%68.63%-
XYZ30.0438.226.89-
YUV153.7657.03132.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=44.08%
G=48.21%
B=7.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175280.0900.840.3166.1272.4139.8
HexA0AF1C90541F424828
Octal240257341101243710211050
Binary1010000010101111111001001010101001111110000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF1C; }

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

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

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

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

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

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

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

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