Html Css Color HEX #AAB331 Bahia

📋 copy color: '#AAB331'

red 170 ◦ green 179 ◦ blue 49

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

Shades of Bahia #AAB331

Tints of Bahia #AAB331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.97%

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

R = 42.71%
G = 44.97%
B = 12.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#AAB331 (or 0xAAB331) is known color: Bahia. HEX triplet: AA, B3 and 31. RGB value is (170,179,49). Sum of RGB (Red+Green+Blue) = 170+179+49=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB331 is #554CCE. Grayscale: #A2A2A2. Windows color (decimal): -5590223 or 3257258. OLE color: 3257258.

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

Color convert

RGB 170 179 49 -
CMYK 0.05 0 0.73 0.30
HSL 64.15º 0.57% 0.45% -
HSV(B) 64.15º 0.73% 0.7% -
XYZ 33.25 41.01 9.07 -
YUV 161.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 170 179 49 0.05 0 0.73 0.30 64.15 0.57 0.45
Hex AA B3 31 5 0 49 1E 40 39 2D
Octal 252 263 61 5 0 111 36 100 71 55
Binary 10101010 10110011 110001 101 0 1001001 11110 1000000 111001 101101

Color Harmonies of #AAB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB331

Black with #AAB331

Text Example


Text Example

White with #AAB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB331; }

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

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

background-color css

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

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

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

border-color css

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

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

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