Html Css Color HEX #AAA35F Gimblet

📋 copy color: '#AAA35F'

red 170 ◦ green 163 ◦ blue 95

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

Shades of Gimblet #AAA35F

Tints of Gimblet #AAA35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 39.72%
G = 38.08%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA35F (or 0xAAA35F) is known color: Gimblet. HEX triplet: AA, A3 and 5F. RGB value is (170,163,95). Sum of RGB (Red+Green+Blue) = 170+163+95=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA35F is #555CA0. Grayscale: #9D9D9D. Windows color (decimal): -5594273 or 6267818. OLE color: 6267818.

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

Color convert

RGB 170 163 95 -
CMYK 0 0.04 0.44 0.33
HSL 54.4º 0.31% 0.52% -
HSV(B) 54.4º 0.44% 0.67% -
XYZ 31.74 35.57 16.02 -
YUV 157.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 170 163 95 0 0.04 0.44 0.33 54.4 0.31 0.52
Hex AA A3 5F 0 4 2C 21 36 1F 34
Octal 252 243 137 0 4 54 41 66 37 64
Binary 10101010 10100011 1011111 0 100 101100 100001 110110 11111 110100

Color Harmonies of #AAA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA35F

Black with #AAA35F

Text Example


Text Example

White with #AAA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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