Html Css Color HEX #AAB931 Bahia

📋 copy color: '#AAB931'

red 170 ◦ green 185 ◦ blue 49

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

Shades of Bahia #AAB931

Tints of Bahia #AAB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

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

R = 42.08%
G = 45.79%
B = 12.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AAB931 (or 0xAAB931) is known color: Bahia. HEX triplet: AA, B9 and 31. RGB value is (170,185,49). Sum of RGB (Red+Green+Blue) = 170+185+49=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB931 is #5546CE. Grayscale: #A5A5A5. Windows color (decimal): -5588687 or 3258794. OLE color: 3258794.

HSL color Cylindrical-coordinate representation of color #AAB931: hue angle of 66.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAB931 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 49 -
CMYK 0.08 0 0.74 0.27
HSL 66.62º 0.58% 0.46% -
HSV(B) 66.62º 0.74% 0.73% -
XYZ 34.48 43.47 9.48 -
YUV 165.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 170 185 49 0.08 0 0.74 0.27 66.62 0.58 0.46
Hex AA B9 31 8 0 4A 1B 43 3A 2E
Octal 252 271 61 10 0 112 33 103 72 56
Binary 10101010 10111001 110001 1000 0 1001010 11011 1000011 111010 101110

Color Harmonies of #AAB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB931

Black with #AAB931

Text Example


Text Example

White with #AAB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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