Html Css Color HEX #AAA45F Gimblet

📋 copy color: '#AAA45F'

red 170 ◦ green 164 ◦ blue 95

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

Shades of Gimblet #AAA45F

Tints of Gimblet #AAA45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 39.63%
G = 38.23%
B = 22.14%

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

#AAA45F (or 0xAAA45F) is known color: Gimblet. HEX triplet: AA, A4 and 5F. RGB value is (170,164,95). Sum of RGB (Red+Green+Blue) = 170+164+95=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45F is #555BA0. Grayscale: #9E9E9E. Windows color (decimal): -5594017 or 6268074. OLE color: 6268074.

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

Color convert

RGB 170 164 95 -
CMYK 0 0.04 0.44 0.33
HSL 55.2º 0.31% 0.52% -
HSV(B) 55.2º 0.44% 0.67% -
XYZ 31.92 35.92 16.08 -
YUV 157.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 170 164 95 0 0.04 0.44 0.33 55.2 0.31 0.52
Hex AA A4 5F 0 4 2C 21 37 1F 34
Octal 252 244 137 0 4 54 41 67 37 64
Binary 10101010 10100100 1011111 0 100 101100 100001 110111 11111 110100

Color Harmonies of #AAA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA45F

Black with #AAA45F

Text Example


Text Example

White with #AAA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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