Html Css Color HEX #AAB329 Bahia

📋 copy color: '#AAB329'

red 170 ◦ green 179 ◦ blue 41

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

Shades of Bahia #AAB329

Tints of Bahia #AAB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.51%

R = 43.59%
G = 45.9%
B = 10.51%

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

#AAB329 (or 0xAAB329) is known color: Bahia. HEX triplet: AA, B3 and 29. RGB value is (170,179,41). Sum of RGB (Red+Green+Blue) = 170+179+41=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB329 is #554CD6. Grayscale: #A1A1A1. Windows color (decimal): -5590231 or 2732970. OLE color: 2732970.

HSL color Cylindrical-coordinate representation of color #AAB329: hue angle of 63.91º degrees, saturation: 0.63, 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 #AAB329 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 41 -
CMYK 0.05 0 0.77 0.30
HSL 63.91º 0.63% 0.43% -
HSV(B) 63.91º 0.77% 0.7% -
XYZ 33.1 40.95 8.26 -
YUV 160.58 60.52 134.72 -
System Red Green Blue C M Y K H S L
Decimal 170 179 41 0.05 0 0.77 0.30 63.91 0.63 0.43
Hex AA B3 29 5 0 4D 1E 40 3F 2B
Octal 252 263 51 5 0 115 36 100 77 53
Binary 10101010 10110011 101001 101 0 1001101 11110 1000000 111111 101011

Color Harmonies of #AAB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB329

Black with #AAB329

Text Example


Text Example

White with #AAB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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