Html Css Color HEX #AA9F63 Gimblet

📋 copy color: '#AA9F63'

red 170 ◦ green 159 ◦ blue 99

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

Shades of Gimblet #AA9F63

Tints of Gimblet #AA9F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 39.72%
G = 37.15%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9F63 (or 0xAA9F63) is known color: Gimblet. HEX triplet: AA, 9F and 63. RGB value is (170,159,99). Sum of RGB (Red+Green+Blue) = 170+159+99=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F63 is #55609C. Grayscale: #9B9B9B. Windows color (decimal): -5595293 or 6528938. OLE color: 6528938.

HSL color Cylindrical-coordinate representation of color #AA9F63: hue angle of 50.7º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9F63 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 99 -
CMYK 0 0.06 0.42 0.33
HSL 50.7º 0.29% 0.53% -
HSV(B) 50.7º 0.42% 0.67% -
XYZ 31.23 34.24 16.77 -
YUV 155.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 170 159 99 0 0.06 0.42 0.33 50.7 0.29 0.53
Hex AA 9F 63 0 6 2A 21 33 1D 35
Octal 252 237 143 0 6 52 41 63 35 65
Binary 10101010 10011111 1100011 0 110 101010 100001 110011 11101 110101

Color Harmonies of #AA9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F63

Black with #AA9F63

Text Example


Text Example

White with #AA9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F63; }

 p { color: rgb(170,159,99); }

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

background-color css

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

 a { background-color: rgb(170,159,99); }

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

border-color css

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

 span { border-color: rgb(170,159,99); }

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