Html Css Color HEX #AAA05F Gimblet

📋 copy color: '#AAA05F'

red 170 ◦ green 160 ◦ blue 95

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

Shades of Gimblet #AAA05F

Tints of Gimblet #AAA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 40%
G = 37.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA05F (or 0xAAA05F) is known color: Gimblet. HEX triplet: AA, A0 and 5F. RGB value is (170,160,95). Sum of RGB (Red+Green+Blue) = 170+160+95=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05F is #555FA0. Grayscale: #9B9B9B. Windows color (decimal): -5595041 or 6267050. OLE color: 6267050.

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

Color convert

RGB 170 160 95 -
CMYK 0 0.06 0.44 0.33
HSL 52º 0.31% 0.52% -
HSV(B) 52º 0.44% 0.67% -
XYZ 31.21 34.51 15.84 -
YUV 155.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 170 160 95 0 0.06 0.44 0.33 52 0.31 0.52
Hex AA A0 5F 0 6 2C 21 34 1F 34
Octal 252 240 137 0 6 54 41 64 37 64
Binary 10101010 10100000 1011111 0 110 101100 100001 110100 11111 110100

Color Harmonies of #AAA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA05F

Black with #AAA05F

Text Example


Text Example

White with #AAA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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