Html Css Color HEX #AAB531 Bahia

📋 copy color: '#AAB531'

red 170 ◦ green 181 ◦ blue 49

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

Shades of Bahia #AAB531

Tints of Bahia #AAB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.25%

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 42.5%
G = 45.25%
B = 12.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AAB531 (or 0xAAB531) is known color: Bahia. HEX triplet: AA, B5 and 31. RGB value is (170,181,49). Sum of RGB (Red+Green+Blue) = 170+181+49=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB531 is #554ACE. Grayscale: #A3A3A3. Windows color (decimal): -5589711 or 3257770. OLE color: 3257770.

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

Color convert

RGB 170 181 49 -
CMYK 0.06 0 0.73 0.29
HSL 65º 0.57% 0.45% -
HSV(B) 65º 0.73% 0.71% -
XYZ 33.66 41.82 9.2 -
YUV 162.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 170 181 49 0.06 0 0.73 0.29 65 0.57 0.45
Hex AA B5 31 6 0 49 1D 41 39 2D
Octal 252 265 61 6 0 111 35 101 71 55
Binary 10101010 10110101 110001 110 0 1001001 11101 1000001 111001 101101

Color Harmonies of #AAB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB531

Black with #AAB531

Text Example


Text Example

White with #AAB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB531; }

 p { color: rgb(170,181,49); }

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

background-color css

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

 a { background-color: rgb(170,181,49); }

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

border-color css

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

 span { border-color: rgb(170,181,49); }

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