Html Css Color HEX #AA9E63 Gimblet

📋 copy color: '#AA9E63'

red 170 ◦ green 158 ◦ blue 99

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

Shades of Gimblet #AA9E63

Tints of Gimblet #AA9E63

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 39.81%
G = 37%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA9E63 (or 0xAA9E63) is known color: Gimblet. HEX triplet: AA, 9E and 63. RGB value is (170,158,99). Sum of RGB (Red+Green+Blue) = 170+158+99=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E63 is #55619C. Grayscale: #9B9B9B. Windows color (decimal): -5595549 or 6528682. OLE color: 6528682.

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

Color convert

RGB 170 158 99 -
CMYK 0 0.07 0.42 0.33
HSL 49.86º 0.29% 0.53% -
HSV(B) 49.86º 0.42% 0.67% -
XYZ 31.06 33.9 16.71 -
YUV 154.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 170 158 99 0 0.07 0.42 0.33 49.86 0.29 0.53
Hex AA 9E 63 0 7 2A 21 32 1D 35
Octal 252 236 143 0 7 52 41 62 35 65
Binary 10101010 10011110 1100011 0 111 101010 100001 110010 11101 110101

Color Harmonies of #AA9E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E63

Black with #AA9E63

Text Example


Text Example

White with #AA9E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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