Html Css Color HEX #AAB424 Bahia

📋 copy color: '#AAB424'

red 170 ◦ green 180 ◦ blue 36

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

Shades of Bahia #AAB424

Tints of Bahia #AAB424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.33%

R = 44.04%
G = 46.63%
B = 9.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#AAB424 (or 0xAAB424) is known color: Bahia. HEX triplet: AA, B4 and 24. RGB value is (170,180,36). Sum of RGB (Red+Green+Blue) = 170+180+36=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB424 is #554BDB. Grayscale: #A1A1A1. Windows color (decimal): -5589980 or 2405546. OLE color: 2405546.

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

Color convert

RGB 170 180 36 -
CMYK 0.06 0 0.8 0.29
HSL 64.17º 0.67% 0.42% -
HSV(B) 64.17º 0.8% 0.71% -
XYZ 33.22 41.32 7.89 -
YUV 160.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 170 180 36 0.06 0 0.8 0.29 64.17 0.67 0.42
Hex AA B4 24 6 0 50 1D 40 43 2A
Octal 252 264 44 6 0 120 35 100 103 52
Binary 10101010 10110100 100100 110 0 1010000 11101 1000000 1000011 101010

Color Harmonies of #AAB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB424

Black with #AAB424

Text Example


Text Example

White with #AAB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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