#A0AE2B

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

Shades of Bahia #A0AE2B

Tints of Bahia #A0AE2B

Color information

#A0AE2B (or 0xA0AE2B) is unknown color: approx Bahia. HEX triplet: A0, AE and 2B. RGB value is (160,174,43). Sum of RGB (Red+Green+Blue) = 160+174+43=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE2B is #5F51D4. Grayscale: #9B9B9B. Windows color (decimal): -6246869 or 2862752. OLE color: 2862752.

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

Color convert

RGB16017443-
CMYK0.0800.750.32
HSL66.41º60.37%42.55%-
HSV(B)66.41º75.29%68.24%-
XYZ30.0737.928.02-
YUV154.8864.86131.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=42.44%
G=46.15%
B=11.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174430.0800.750.3266.4160.3742.55
HexA0AE2B804B20423c2b
Octal24025653100113401027453
Binary10100000101011101010111000010010111000001000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE2B; }

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

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

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

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

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

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

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

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