Html Css Color HEX #AAB721 Bahia

📋 copy color: '#AAB721'

red 170 ◦ green 183 ◦ blue 33

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

Shades of Bahia #AAB721

Tints of Bahia #AAB721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 44.04%
G = 47.41%
B = 8.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#AAB721 (or 0xAAB721) is known color: Bahia. HEX triplet: AA, B7 and 21. RGB value is (170,183,33). Sum of RGB (Red+Green+Blue) = 170+183+33=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB721 is #5548DE. Grayscale: #A2A2A2. Windows color (decimal): -5589215 or 2209706. OLE color: 2209706.

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

Color convert

RGB 170 183 33 -
CMYK 0.07 0 0.82 0.28
HSL 65.2º 0.69% 0.42% -
HSV(B) 65.2º 0.82% 0.72% -
XYZ 33.79 42.52 7.87 -
YUV 162.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 170 183 33 0.07 0 0.82 0.28 65.2 0.69 0.42
Hex AA B7 21 7 0 52 1C 41 45 2A
Octal 252 267 41 7 0 122 34 101 105 52
Binary 10101010 10110111 100001 111 0 1010010 11100 1000001 1000101 101010

Color Harmonies of #AAB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB721

Black with #AAB721

Text Example


Text Example

White with #AAB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB721; }

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

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

background-color css

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

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

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

border-color css

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

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

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