#A0AF2B

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

Shades of Bahia #A0AF2B

Tints of Bahia #A0AF2B

Color information

#A0AF2B (or 0xA0AF2B) is unknown color: approx Bahia. HEX triplet: A0, AF and 2B. RGB value is (160,175,43). Sum of RGB (Red+Green+Blue) = 160+175+43=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF2B is #5F50D4. Grayscale: #9B9B9B. Windows color (decimal): -6246613 or 2863008. OLE color: 2863008.

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

Color convert

RGB16017543-
CMYK0.0900.750.31
HSL66.82º60.55%42.75%-
HSV(B)66.82º75.43%68.63%-
XYZ30.2638.318.08-
YUV155.4764.53131.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 43 (17.19% from 255) = 11.38%
R=42.33%
G=46.30%
B=11.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175430.0900.750.3166.8260.5542.75
HexA0AF2B904B1F433d2b
Octal24025753110113371037553
Binary1010000010101111101011100101001011111111000011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF2B; }

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

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

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

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

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

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

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

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