#A0AF24

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

Shades of Bahia #A0AF24

Tints of Bahia #A0AF24

Color information

#A0AF24 (or 0xA0AF24) is unknown color: approx Bahia. HEX triplet: A0, AF and 24. RGB value is (160,175,36). Sum of RGB (Red+Green+Blue) = 160+175+36=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF24 is #5F50DB. Grayscale: #9B9B9B. Windows color (decimal): -6246620 or 2404256. OLE color: 2404256.

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

Color convert

RGB16017536-
CMYK0.0900.790.31
HSL66.47º65.88%41.37%-
HSV(B)66.47º79.43%68.63%-
XYZ30.1538.267.47-
YUV154.6761.03131.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 36 (14.45% from 255) = 9.70%
R=43.13%
G=47.17%
B=9.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175360.0900.790.3166.4765.8841.37
HexA0AF24904F1F424229
Octal240257441101173710210251
Binary10100000101011111001001001010011111111110000101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF24; }

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

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

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

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

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

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

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

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