Html Css Color HEX #AAB322 Bahia

📋 copy color: '#AAB322'

red 170 ◦ green 179 ◦ blue 34

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

Shades of Bahia #AAB322

Tints of Bahia #AAB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

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

R = 44.39%
G = 46.74%
B = 8.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#AAB322 (or 0xAAB322) is known color: Bahia. HEX triplet: AA, B3 and 22. RGB value is (170,179,34). Sum of RGB (Red+Green+Blue) = 170+179+34=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB322 is #554CDD. Grayscale: #A0A0A0. Windows color (decimal): -5590238 or 2274218. OLE color: 2274218.

HSL color Cylindrical-coordinate representation of color #AAB322: hue angle of 63.72º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB322 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 34 -
CMYK 0.05 0 0.81 0.30
HSL 63.72º 0.68% 0.42% -
HSV(B) 63.72º 0.81% 0.7% -
XYZ 32.99 40.9 7.67 -
YUV 159.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 170 179 34 0.05 0 0.81 0.30 63.72 0.68 0.42
Hex AA B3 22 5 0 51 1E 40 44 2A
Octal 252 263 42 5 0 121 36 100 104 52
Binary 10101010 10110011 100010 101 0 1010001 11110 1000000 1000100 101010

Color Harmonies of #AAB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB322

Black with #AAB322

Text Example


Text Example

White with #AAB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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