Html Css Color HEX #AAB519 Bahia

📋 copy color: '#AAB519'

red 170 ◦ green 181 ◦ blue 25

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

Shades of Bahia #AAB519

Tints of Bahia #AAB519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 45.21%
G = 48.14%
B = 6.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AAB519 (or 0xAAB519) is known color: Bahia. HEX triplet: AA, B5 and 19. RGB value is (170,181,25). Sum of RGB (Red+Green+Blue) = 170+181+25=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB519 is #554AE6. Grayscale: #A0A0A0. Windows color (decimal): -5589735 or 1684906. OLE color: 1684906.

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

Color convert

RGB 170 181 25 -
CMYK 0.06 0 0.86 0.29
HSL 64.23º 0.76% 0.4% -
HSV(B) 64.23º 0.86% 0.71% -
XYZ 33.28 41.66 7.21 -
YUV 159.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 170 181 25 0.06 0 0.86 0.29 64.23 0.76 0.4
Hex AA B5 19 6 0 56 1D 40 4C 28
Octal 252 265 31 6 0 126 35 100 114 50
Binary 10101010 10110101 11001 110 0 1010110 11101 1000000 1001100 101000

Color Harmonies of #AAB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB519

Black with #AAB519

Text Example


Text Example

White with #AAB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB519; }

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

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

background-color css

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

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

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

border-color css

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

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

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