Html Css Color HEX #AAB731 Bahia

📋 copy color: '#AAB731'

red 170 ◦ green 183 ◦ blue 49

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

Shades of Bahia #AAB731

Tints of Bahia #AAB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.52%

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

R = 42.29%
G = 45.52%
B = 12.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#AAB731 (or 0xAAB731) is known color: Bahia. HEX triplet: AA, B7 and 31. RGB value is (170,183,49). Sum of RGB (Red+Green+Blue) = 170+183+49=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB731 is #5548CE. Grayscale: #A4A4A4. Windows color (decimal): -5589199 or 3258282. OLE color: 3258282.

HSL color Cylindrical-coordinate representation of color #AAB731: hue angle of 65.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB731 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 49 -
CMYK 0.07 0 0.73 0.28
HSL 65.82º 0.58% 0.45% -
HSV(B) 65.82º 0.73% 0.72% -
XYZ 34.07 42.63 9.34 -
YUV 163.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 170 183 49 0.07 0 0.73 0.28 65.82 0.58 0.45
Hex AA B7 31 7 0 49 1C 42 3A 2D
Octal 252 267 61 7 0 111 34 102 72 55
Binary 10101010 10110111 110001 111 0 1001001 11100 1000010 111010 101101

Color Harmonies of #AAB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB731

Black with #AAB731

Text Example


Text Example

White with #AAB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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