Html Css Color HEX #AAB117 Bahia

📋 copy color: '#AAB117'

red 170 ◦ green 177 ◦ blue 23

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

Shades of Bahia #AAB117

Tints of Bahia #AAB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.84%

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 45.95%
G = 47.84%
B = 6.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AAB117 (or 0xAAB117) is known color: Bahia. HEX triplet: AA, B1 and 17. RGB value is (170,177,23). Sum of RGB (Red+Green+Blue) = 170+177+23=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB117 is #554EE8. Grayscale: #9D9D9D. Windows color (decimal): -5590761 or 1552810. OLE color: 1552810.

HSL color Cylindrical-coordinate representation of color #AAB117: hue angle of 62.73º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAB117 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 23 -
CMYK 0.04 0 0.87 0.31
HSL 62.73º 0.77% 0.39% -
HSV(B) 62.73º 0.87% 0.69% -
XYZ 32.45 40.05 6.83 -
YUV 157.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 170 177 23 0.04 0 0.87 0.31 62.73 0.77 0.39
Hex AA B1 17 4 0 57 1F 3F 4D 27
Octal 252 261 27 4 0 127 37 77 115 47
Binary 10101010 10110001 10111 100 0 1010111 11111 111111 1001101 100111

Color Harmonies of #AAB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB117

Black with #AAB117

Text Example


Text Example

White with #AAB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB117; }

 p { color: rgb(170,177,23); }

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

background-color css

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

 a { background-color: rgb(170,177,23); }

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

border-color css

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

 span { border-color: rgb(170,177,23); }

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