Html Css Color HEX #AAB320 Bahia

📋 copy color: '#AAB320'

red 170 ◦ green 179 ◦ blue 32

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

Shades of Bahia #AAB320

Tints of Bahia #AAB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 44.62%
G = 46.98%
B = 8.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#AAB320 (or 0xAAB320) is known color: Bahia. HEX triplet: AA, B3 and 20. RGB value is (170,179,32). Sum of RGB (Red+Green+Blue) = 170+179+32=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB320 is #554CDF. Grayscale: #A0A0A0. Windows color (decimal): -5590240 or 2143146. OLE color: 2143146.

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

Color convert

RGB 170 179 32 -
CMYK 0.05 0 0.82 0.30
HSL 63.67º 0.7% 0.41% -
HSV(B) 63.67º 0.82% 0.7% -
XYZ 32.96 40.89 7.52 -
YUV 159.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 170 179 32 0.05 0 0.82 0.30 63.67 0.7 0.41
Hex AA B3 20 5 0 52 1E 40 46 29
Octal 252 263 40 5 0 122 36 100 106 51
Binary 10101010 10110011 100000 101 0 1010010 11110 1000000 1000110 101001

Color Harmonies of #AAB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB320

Black with #AAB320

Text Example


Text Example

White with #AAB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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