Html Css Color HEX #AAB419 Bahia

📋 copy color: '#AAB419'

red 170 ◦ green 180 ◦ blue 25

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

Shades of Bahia #AAB419

Tints of Bahia #AAB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

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

R = 45.33%
G = 48%
B = 6.67%

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

#AAB419 (or 0xAAB419) is known color: Bahia. HEX triplet: AA, B4 and 19. RGB value is (170,180,25). Sum of RGB (Red+Green+Blue) = 170+180+25=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB419 is #554BE6. Grayscale: #9F9F9F. Windows color (decimal): -5589991 or 1684650. OLE color: 1684650.

HSL color Cylindrical-coordinate representation of color #AAB419: hue angle of 63.87º 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 #AAB419 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 25 -
CMYK 0.06 0 0.86 0.29
HSL 63.87º 0.76% 0.4% -
HSV(B) 63.87º 0.86% 0.71% -
XYZ 33.07 41.26 7.14 -
YUV 159.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 170 180 25 0.06 0 0.86 0.29 63.87 0.76 0.4
Hex AA B4 19 6 0 56 1D 40 4C 28
Octal 252 264 31 6 0 126 35 100 114 50
Binary 10101010 10110100 11001 110 0 1010110 11101 1000000 1001100 101000

Color Harmonies of #AAB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB419

Black with #AAB419

Text Example


Text Example

White with #AAB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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