Html Css Color HEX #AAB829 Bahia

📋 copy color: '#AAB829'

red 170 ◦ green 184 ◦ blue 41

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

Shades of Bahia #AAB829

Tints of Bahia #AAB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.58%

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

R = 43.04%
G = 46.58%
B = 10.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#AAB829 (or 0xAAB829) is known color: Bahia. HEX triplet: AA, B8 and 29. RGB value is (170,184,41). Sum of RGB (Red+Green+Blue) = 170+184+41=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB829 is #5547D6. Grayscale: #A4A4A4. Windows color (decimal): -5588951 or 2734250. OLE color: 2734250.

HSL color Cylindrical-coordinate representation of color #AAB829: hue angle of 65.87º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB829 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 41 -
CMYK 0.08 0 0.78 0.28
HSL 65.87º 0.64% 0.44% -
HSV(B) 65.87º 0.78% 0.72% -
XYZ 34.12 42.99 8.6 -
YUV 163.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 170 184 41 0.08 0 0.78 0.28 65.87 0.64 0.44
Hex AA B8 29 8 0 4E 1C 42 40 2C
Octal 252 270 51 10 0 116 34 102 100 54
Binary 10101010 10111000 101001 1000 0 1001110 11100 1000010 1000000 101100

Color Harmonies of #AAB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB829

Black with #AAB829

Text Example


Text Example

White with #AAB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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