Html Css Color HEX #AAB724 Bahia

📋 copy color: '#AAB724'

red 170 ◦ green 183 ◦ blue 36

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

Shades of Bahia #AAB724

Tints of Bahia #AAB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

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

R = 43.7%
G = 47.04%
B = 9.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#AAB724 (or 0xAAB724) is known color: Bahia. HEX triplet: AA, B7 and 24. RGB value is (170,183,36). Sum of RGB (Red+Green+Blue) = 170+183+36=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB724 is #5548DB. Grayscale: #A2A2A2. Windows color (decimal): -5589212 or 2406314. OLE color: 2406314.

HSL color Cylindrical-coordinate representation of color #AAB724: hue angle of 65.31º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB724 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 36 -
CMYK 0.07 0 0.80 0.28
HSL 65.31º 0.67% 0.43% -
HSV(B) 65.31º 0.8% 0.72% -
XYZ 33.83 42.54 8.1 -
YUV 162.36 56.69 133.45 -
System Red Green Blue C M Y K H S L
Decimal 170 183 36 0.07 0 0.80 0.28 65.31 0.67 0.43
Hex AA B7 24 7 0 50 1C 41 43 2B
Octal 252 267 44 7 0 120 34 101 103 53
Binary 10101010 10110111 100100 111 0 1010000 11100 1000001 1000011 101011

Color Harmonies of #AAB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB724

Black with #AAB724

Text Example


Text Example

White with #AAB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB724; }

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

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

background-color css

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

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

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

border-color css

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

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

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