Html Css Color HEX #AAA15A Gimblet

📋 copy color: '#AAA15A'

red 170 ◦ green 161 ◦ blue 90

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

Shades of Gimblet #AAA15A

Tints of Gimblet #AAA15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 40.38%
G = 38.24%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AAA15A (or 0xAAA15A) is known color: Gimblet. HEX triplet: AA, A1 and 5A. RGB value is (170,161,90). Sum of RGB (Red+Green+Blue) = 170+161+90=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA15A is #555EA5. Grayscale: #9B9B9B. Windows color (decimal): -5594790 or 5939626. OLE color: 5939626.

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

Color convert

RGB 170 161 90 -
CMYK 0 0.05 0.47 0.33
HSL 53.25º 0.32% 0.51% -
HSV(B) 53.25º 0.47% 0.67% -
XYZ 31.17 34.77 14.74 -
YUV 155.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 170 161 90 0 0.05 0.47 0.33 53.25 0.32 0.51
Hex AA A1 5A 0 5 2F 21 35 20 33
Octal 252 241 132 0 5 57 41 65 40 63
Binary 10101010 10100001 1011010 0 101 101111 100001 110101 100000 110011

Color Harmonies of #AAA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA15A

Black with #AAA15A

Text Example


Text Example

White with #AAA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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