Html Css Color HEX #AAB631 Bahia

📋 copy color: '#AAB631'

red 170 ◦ green 182 ◦ blue 49

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

Shades of Bahia #AAB631

Tints of Bahia #AAB631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.39%

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

R = 42.39%
G = 45.39%
B = 12.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#AAB631 (or 0xAAB631) is known color: Bahia. HEX triplet: AA, B6 and 31. RGB value is (170,182,49). Sum of RGB (Red+Green+Blue) = 170+182+49=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB631 is #5549CE. Grayscale: #A3A3A3. Windows color (decimal): -5589455 or 3258026. OLE color: 3258026.

HSL color Cylindrical-coordinate representation of color #AAB631: hue angle of 65.41º degrees, saturation: 0.58, 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 #AAB631 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 49 -
CMYK 0.07 0 0.73 0.29
HSL 65.41º 0.58% 0.45% -
HSV(B) 65.41º 0.73% 0.71% -
XYZ 33.86 42.22 9.27 -
YUV 163.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 170 182 49 0.07 0 0.73 0.29 65.41 0.58 0.45
Hex AA B6 31 7 0 49 1D 41 3A 2D
Octal 252 266 61 7 0 111 35 101 72 55
Binary 10101010 10110110 110001 111 0 1001001 11101 1000001 111010 101101

Color Harmonies of #AAB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB631

Black with #AAB631

Text Example


Text Example

White with #AAB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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