Html Css Color HEX #AAB127 Bahia

📋 copy color: '#AAB127'

red 170 ◦ green 177 ◦ blue 39

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

Shades of Bahia #AAB127

Tints of Bahia #AAB127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.1%

R = 44.04%
G = 45.85%
B = 10.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AAB127 (or 0xAAB127) is known color: Bahia. HEX triplet: AA, B1 and 27. RGB value is (170,177,39). Sum of RGB (Red+Green+Blue) = 170+177+39=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB127 is #554ED8. Grayscale: #9F9F9F. Windows color (decimal): -5590745 or 2601386. OLE color: 2601386.

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

Color convert

RGB 170 177 39 -
CMYK 0.04 0 0.78 0.31
HSL 63.04º 0.64% 0.42% -
HSV(B) 63.04º 0.78% 0.69% -
XYZ 32.67 40.14 7.94 -
YUV 159.18 60.18 135.72 -
System Red Green Blue C M Y K H S L
Decimal 170 177 39 0.04 0 0.78 0.31 63.04 0.64 0.42
Hex AA B1 27 4 0 4E 1F 3F 40 2A
Octal 252 261 47 4 0 116 37 77 100 52
Binary 10101010 10110001 100111 100 0 1001110 11111 111111 1000000 101010

Color Harmonies of #AAB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB127

Black with #AAB127

Text Example


Text Example

White with #AAB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB127; }

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

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

background-color css

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

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

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

border-color css

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

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

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