#A0AF20

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

Shades of Bahia #A0AF20

Tints of Bahia #A0AF20

Color information

#A0AF20 (or 0xA0AF20) is unknown color: approx Bahia. HEX triplet: A0, AF and 20. RGB value is (160,175,32). Sum of RGB (Red+Green+Blue) = 160+175+32=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF20 is #5F50DF. Grayscale: #9A9A9A. Windows color (decimal): -6246624 or 2142112. OLE color: 2142112.

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

Color convert

RGB16017532-
CMYK0.0900.820.31
HSL66.29º69.08%40.59%-
HSV(B)66.29º81.71%68.63%-
XYZ30.0938.247.16-
YUV154.2159.03132.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 32 (12.89% from 255) = 8.72%
R=43.60%
G=47.68%
B=8.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175320.0900.820.3166.2969.0840.59
HexA0AF2090521F424529
Octal240257401101223710210551
Binary10100000101011111000001001010100101111110000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF20; }

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

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

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

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

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

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

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

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