Html Css Color HEX #AAB11A Bahia

📋 copy color: '#AAB11A'

red 170 ◦ green 177 ◦ blue 26

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

Shades of Bahia #AAB11A

Tints of Bahia #AAB11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 45.58%
G = 47.45%
B = 6.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AAB11A (or 0xAAB11A) is known color: Bahia. HEX triplet: AA, B1 and 1A. RGB value is (170,177,26). Sum of RGB (Red+Green+Blue) = 170+177+26=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB11A is #554EE5. Grayscale: #9E9E9E. Windows color (decimal): -5590758 or 1749418. OLE color: 1749418.

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

Color convert

RGB 170 177 26 -
CMYK 0.04 0 0.85 0.31
HSL 62.78º 0.74% 0.4% -
HSV(B) 62.78º 0.85% 0.69% -
XYZ 32.49 40.06 7 -
YUV 157.69 53.68 136.78 -
System Red Green Blue C M Y K H S L
Decimal 170 177 26 0.04 0 0.85 0.31 62.78 0.74 0.4
Hex AA B1 1A 4 0 55 1F 3F 4A 28
Octal 252 261 32 4 0 125 37 77 112 50
Binary 10101010 10110001 11010 100 0 1010101 11111 111111 1001010 101000

Color Harmonies of #AAB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB11A

Black with #AAB11A

Text Example


Text Example

White with #AAB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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