Html Css Color HEX #AAB429 Bahia

📋 copy color: '#AAB429'

red 170 ◦ green 180 ◦ blue 41

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

Shades of Bahia #AAB429

Tints of Bahia #AAB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

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

R = 43.48%
G = 46.04%
B = 10.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#AAB429 (or 0xAAB429) is known color: Bahia. HEX triplet: AA, B4 and 29. RGB value is (170,180,41). Sum of RGB (Red+Green+Blue) = 170+180+41=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB429 is #554BD6. Grayscale: #A1A1A1. Windows color (decimal): -5589975 or 2733226. OLE color: 2733226.

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

Color convert

RGB 170 180 41 -
CMYK 0.06 0 0.77 0.29
HSL 64.32º 0.63% 0.43% -
HSV(B) 64.32º 0.77% 0.71% -
XYZ 33.3 41.35 8.32 -
YUV 161.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 170 180 41 0.06 0 0.77 0.29 64.32 0.63 0.43
Hex AA B4 29 6 0 4D 1D 40 3F 2B
Octal 252 264 51 6 0 115 35 100 77 53
Binary 10101010 10110100 101001 110 0 1001101 11101 1000000 111111 101011

Color Harmonies of #AAB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB429

Black with #AAB429

Text Example


Text Example

White with #AAB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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