Html Css Color HEX #AAB629 Bahia

📋 copy color: '#AAB629'

red 170 ◦ green 182 ◦ blue 41

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

Shades of Bahia #AAB629

Tints of Bahia #AAB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

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

R = 43.26%
G = 46.31%
B = 10.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#AAB629 (or 0xAAB629) is known color: Bahia. HEX triplet: AA, B6 and 29. RGB value is (170,182,41). Sum of RGB (Red+Green+Blue) = 170+182+41=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB629 is #5549D6. Grayscale: #A2A2A2. Windows color (decimal): -5589463 or 2733738. OLE color: 2733738.

HSL color Cylindrical-coordinate representation of color #AAB629: hue angle of 65.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB629 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 41 -
CMYK 0.07 0 0.77 0.29
HSL 65.11º 0.63% 0.44% -
HSV(B) 65.11º 0.77% 0.71% -
XYZ 33.71 42.16 8.46 -
YUV 162.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 170 182 41 0.07 0 0.77 0.29 65.11 0.63 0.44
Hex AA B6 29 7 0 4D 1D 41 3F 2C
Octal 252 266 51 7 0 115 35 101 77 54
Binary 10101010 10110110 101001 111 0 1001101 11101 1000001 111111 101100

Color Harmonies of #AAB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB629

Black with #AAB629

Text Example


Text Example

White with #AAB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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