Html Css Color HEX #AAA15B Gimblet

📋 copy color: '#AAA15B'

red 170 ◦ green 161 ◦ blue 91

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

Shades of Gimblet #AAA15B

Tints of Gimblet #AAA15B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 40.28%
G = 38.15%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAA15B (or 0xAAA15B) is known color: Gimblet. HEX triplet: AA, A1 and 5B. RGB value is (170,161,91). Sum of RGB (Red+Green+Blue) = 170+161+91=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15B is #555EA4. Grayscale: #9C9C9C. Windows color (decimal): -5594789 or 6005162. OLE color: 6005162.

HSL color Cylindrical-coordinate representation of color #AAA15B: hue angle of 53.16º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA15B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 91 -
CMYK 0 0.05 0.46 0.33
HSL 53.16º 0.32% 0.51% -
HSV(B) 53.16º 0.46% 0.67% -
XYZ 31.21 34.79 14.97 -
YUV 155.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 170 161 91 0 0.05 0.46 0.33 53.16 0.32 0.51
Hex AA A1 5B 0 5 2E 21 35 20 33
Octal 252 241 133 0 5 56 41 65 40 63
Binary 10101010 10100001 1011011 0 101 101110 100001 110101 100000 110011

Color Harmonies of #AAA15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA15B

Black with #AAA15B

Text Example


Text Example

White with #AAA15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA15B; }

 p { color: rgb(170,161,91); }

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

background-color css

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

 a { background-color: rgb(170,161,91); }

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

border-color css

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

 span { border-color: rgb(170,161,91); }

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