Html Css Color HEX #AAB619 Bahia

📋 copy color: '#AAB619'

red 170 ◦ green 182 ◦ blue 25

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

Shades of Bahia #AAB619

Tints of Bahia #AAB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

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

R = 45.09%
G = 48.28%
B = 6.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#AAB619 (or 0xAAB619) is known color: Bahia. HEX triplet: AA, B6 and 19. RGB value is (170,182,25). Sum of RGB (Red+Green+Blue) = 170+182+25=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB619 is #5549E6. Grayscale: #A1A1A1. Windows color (decimal): -5589479 or 1685162. OLE color: 1685162.

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

Color convert

RGB 170 182 25 -
CMYK 0.07 0 0.86 0.29
HSL 64.59º 0.76% 0.41% -
HSV(B) 64.59º 0.86% 0.71% -
XYZ 33.48 42.07 7.28 -
YUV 160.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 170 182 25 0.07 0 0.86 0.29 64.59 0.76 0.41
Hex AA B6 19 7 0 56 1D 41 4C 29
Octal 252 266 31 7 0 126 35 101 114 51
Binary 10101010 10110110 11001 111 0 1010110 11101 1000001 1001100 101001

Color Harmonies of #AAB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB619

Black with #AAB619

Text Example


Text Example

White with #AAB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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