Html Css Color HEX #AAB32A Bahia

📋 copy color: '#AAB32A'

red 170 ◦ green 179 ◦ blue 42

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

Shades of Bahia #AAB32A

Tints of Bahia #AAB32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 43.48%
G = 45.78%
B = 10.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#AAB32A (or 0xAAB32A) is known color: Bahia. HEX triplet: AA, B3 and 2A. RGB value is (170,179,42). Sum of RGB (Red+Green+Blue) = 170+179+42=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32A is #554CD5. Grayscale: #A1A1A1. Windows color (decimal): -5590230 or 2798506. OLE color: 2798506.

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

Color convert

RGB 170 179 42 -
CMYK 0.05 0 0.77 0.30
HSL 63.94º 0.62% 0.43% -
HSV(B) 63.94º 0.77% 0.7% -
XYZ 33.12 40.95 8.35 -
YUV 160.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 170 179 42 0.05 0 0.77 0.30 63.94 0.62 0.43
Hex AA B3 2A 5 0 4D 1E 40 3E 2B
Octal 252 263 52 5 0 115 36 100 76 53
Binary 10101010 10110011 101010 101 0 1001101 11110 1000000 111110 101011

Color Harmonies of #AAB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32A

Black with #AAB32A

Text Example


Text Example

White with #AAB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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