Html Css Color HEX #AAB129 Bahia

📋 copy color: '#AAB129'

red 170 ◦ green 177 ◦ blue 41

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

Shades of Bahia #AAB129

Tints of Bahia #AAB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

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

R = 43.81%
G = 45.62%
B = 10.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AAB129 (or 0xAAB129) is known color: Bahia. HEX triplet: AA, B1 and 29. RGB value is (170,177,41). Sum of RGB (Red+Green+Blue) = 170+177+41=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB129 is #554ED6. Grayscale: #9F9F9F. Windows color (decimal): -5590743 or 2732458. OLE color: 2732458.

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

Color convert

RGB 170 177 41 -
CMYK 0.04 0 0.77 0.31
HSL 63.09º 0.62% 0.43% -
HSV(B) 63.09º 0.77% 0.69% -
XYZ 32.7 40.15 8.12 -
YUV 159.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 170 177 41 0.04 0 0.77 0.31 63.09 0.62 0.43
Hex AA B1 29 4 0 4D 1F 3F 3E 2B
Octal 252 261 51 4 0 115 37 77 76 53
Binary 10101010 10110001 101001 100 0 1001101 11111 111111 111110 101011

Color Harmonies of #AAB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB129

Black with #AAB129

Text Example


Text Example

White with #AAB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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