Html Css Color HEX #AAA35E Gimblet

📋 copy color: '#AAA35E'

red 170 ◦ green 163 ◦ blue 94

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

Shades of Gimblet #AAA35E

Tints of Gimblet #AAA35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

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

R = 39.81%
G = 38.17%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA35E (or 0xAAA35E) is known color: Gimblet. HEX triplet: AA, A3 and 5E. RGB value is (170,163,94). Sum of RGB (Red+Green+Blue) = 170+163+94=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35E is #555CA1. Grayscale: #9D9D9D. Windows color (decimal): -5594274 or 6202282. OLE color: 6202282.

HSL color Cylindrical-coordinate representation of color #AAA35E: hue angle of 54.47º 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 #AAA35E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 94 -
CMYK 0 0.04 0.45 0.33
HSL 54.47º 0.31% 0.52% -
HSV(B) 54.47º 0.45% 0.67% -
XYZ 31.7 35.55 15.78 -
YUV 157.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 170 163 94 0 0.04 0.45 0.33 54.47 0.31 0.52
Hex AA A3 5E 0 4 2D 21 36 1F 34
Octal 252 243 136 0 4 55 41 66 37 64
Binary 10101010 10100011 1011110 0 100 101101 100001 110110 11111 110100

Color Harmonies of #AAA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA35E

Black with #AAA35E

Text Example


Text Example

White with #AAA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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