Html Css Color HEX #AAB722 Bahia

📋 copy color: '#AAB722'

red 170 ◦ green 183 ◦ blue 34

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

Shades of Bahia #AAB722

Tints of Bahia #AAB722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 43.93%
G = 47.29%
B = 8.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#AAB722 (or 0xAAB722) is known color: Bahia. HEX triplet: AA, B7 and 22. RGB value is (170,183,34). Sum of RGB (Red+Green+Blue) = 170+183+34=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB722 is #5548DD. Grayscale: #A2A2A2. Windows color (decimal): -5589214 or 2275242. OLE color: 2275242.

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

Color convert

RGB 170 183 34 -
CMYK 0.07 0 0.81 0.28
HSL 65.23º 0.69% 0.43% -
HSV(B) 65.23º 0.81% 0.72% -
XYZ 33.8 42.53 7.94 -
YUV 162.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 170 183 34 0.07 0 0.81 0.28 65.23 0.69 0.43
Hex AA B7 22 7 0 51 1C 41 45 2B
Octal 252 267 42 7 0 121 34 101 105 53
Binary 10101010 10110111 100010 111 0 1010001 11100 1000001 1000101 101011

Color Harmonies of #AAB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB722

Black with #AAB722

Text Example


Text Example

White with #AAB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB722; }

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

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

background-color css

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

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

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

border-color css

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

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

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