Html Css Color HEX #AAB516 Bahia

📋 copy color: '#AAB516'

red 170 ◦ green 181 ◦ blue 22

#AAB516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AAB516

Tints of Bahia #AAB516

RGB

 RED value IS 170 (66.8% from 255) = 45.58%

 GREEN value IS 181 (71.09% from 255) = 48.53%

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 45.58%
G = 48.53%
B = 5.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#AAB516 (or 0xAAB516) is known color: Bahia. HEX triplet: AA, B5 and 16. RGB value is (170,181,22). Sum of RGB (Red+Green+Blue) = 170+181+22=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB516 is #554AE9. Grayscale: #A0A0A0. Windows color (decimal): -5589738 or 1488298. OLE color: 1488298.

HSL color Cylindrical-coordinate representation of color #AAB516: hue angle of 64.15º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB516 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 22 -
CMYK 0.06 0 0.88 0.29
HSL 64.15º 0.78% 0.4% -
HSV(B) 64.15º 0.88% 0.71% -
XYZ 33.25 41.65 7.05 -
YUV 159.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 170 181 22 0.06 0 0.88 0.29 64.15 0.78 0.4
Hex AA B5 16 6 0 58 1D 40 4E 28
Octal 252 265 26 6 0 130 35 100 116 50
Binary 10101010 10110101 10110 110 0 1011000 11101 1000000 1001110 101000

Color Harmonies of #AAB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB516

Black with #AAB516

Text Example


Text Example

White with #AAB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB516; }

 p { color: rgb(170,181,22); }

 H1.HeaderClassName
 {
   color: #AAB516;
 }
 .AnyTagClassName
 {
   color: #AAB516;
 }
</style>

background-color css

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

 a { background-color: rgb(170,181,22); }

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

border-color css

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

 span { border-color: rgb(170,181,22); }

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