Html Css Color HEX #AAB32F Bahia

📋 copy color: '#AAB32F'

red 170 ◦ green 179 ◦ blue 47

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

Shades of Bahia #AAB32F

Tints of Bahia #AAB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 42.93%
G = 45.2%
B = 11.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#AAB32F (or 0xAAB32F) is known color: Bahia. HEX triplet: AA, B3 and 2F. RGB value is (170,179,47). Sum of RGB (Red+Green+Blue) = 170+179+47=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB32F is #554CD0. Grayscale: #A1A1A1. Windows color (decimal): -5590225 or 3126186. OLE color: 3126186.

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

Color convert

RGB 170 179 47 -
CMYK 0.05 0 0.74 0.30
HSL 64.09º 0.58% 0.44% -
HSV(B) 64.09º 0.74% 0.7% -
XYZ 33.21 40.99 8.85 -
YUV 161.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 170 179 47 0.05 0 0.74 0.30 64.09 0.58 0.44
Hex AA B3 2F 5 0 4A 1E 40 3A 2C
Octal 252 263 57 5 0 112 36 100 72 54
Binary 10101010 10110011 101111 101 0 1001010 11110 1000000 111010 101100

Color Harmonies of #AAB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB32F

Black with #AAB32F

Text Example


Text Example

White with #AAB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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