Html Css Color HEX #AAB732 Bahia

📋 copy color: '#AAB732'

red 170 ◦ green 183 ◦ blue 50

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

Shades of Bahia #AAB732

Tints of Bahia #AAB732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 42.18%
G = 45.41%
B = 12.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AAB732 (or 0xAAB732) is known color: Bahia. HEX triplet: AA, B7 and 32. RGB value is (170,183,50). Sum of RGB (Red+Green+Blue) = 170+183+50=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB732 is #5548CD. Grayscale: #A4A4A4. Windows color (decimal): -5589198 or 3323818. OLE color: 3323818.

HSL color Cylindrical-coordinate representation of color #AAB732: hue angle of 65.86º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB732 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 50 -
CMYK 0.07 0 0.73 0.28
HSL 65.86º 0.57% 0.46% -
HSV(B) 65.86º 0.73% 0.72% -
XYZ 34.09 42.64 9.45 -
YUV 163.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 170 183 50 0.07 0 0.73 0.28 65.86 0.57 0.46
Hex AA B7 32 7 0 49 1C 42 39 2E
Octal 252 267 62 7 0 111 34 102 71 56
Binary 10101010 10110111 110010 111 0 1001001 11100 1000010 111001 101110

Color Harmonies of #AAB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB732

Black with #AAB732

Text Example


Text Example

White with #AAB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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