Html Css Color HEX #AAA55E Gimblet

📋 copy color: '#AAA55E'

red 170 ◦ green 165 ◦ blue 94

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

Shades of Gimblet #AAA55E

Tints of Gimblet #AAA55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 39.63%
G = 38.46%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA55E (or 0xAAA55E) is known color: Gimblet. HEX triplet: AA, A5 and 5E. RGB value is (170,165,94). Sum of RGB (Red+Green+Blue) = 170+165+94=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55E is #555AA1. Grayscale: #9E9E9E. Windows color (decimal): -5593762 or 6202794. OLE color: 6202794.

HSL color Cylindrical-coordinate representation of color #AAA55E: hue angle of 56.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA55E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 94 -
CMYK 0 0.03 0.45 0.33
HSL 56.05º 0.31% 0.52% -
HSV(B) 56.05º 0.45% 0.67% -
XYZ 32.05 36.26 15.9 -
YUV 158.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 170 165 94 0 0.03 0.45 0.33 56.05 0.31 0.52
Hex AA A5 5E 0 3 2D 21 38 1F 34
Octal 252 245 136 0 3 55 41 70 37 64
Binary 10101010 10100101 1011110 0 11 101101 100001 111000 11111 110100

Color Harmonies of #AAA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA55E

Black with #AAA55E

Text Example


Text Example

White with #AAA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA55E; }

 p { color: rgb(170,165,94); }

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

background-color css

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

 a { background-color: rgb(170,165,94); }

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

border-color css

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

 span { border-color: rgb(170,165,94); }

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