Html Css Color HEX #AA9E62 Gimblet

📋 copy color: '#AA9E62'

red 170 ◦ green 158 ◦ blue 98

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

Shades of Gimblet #AA9E62

Tints of Gimblet #AA9E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23%

R = 39.91%
G = 37.09%
B = 23%

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

#AA9E62 (or 0xAA9E62) is known color: Gimblet. HEX triplet: AA, 9E and 62. RGB value is (170,158,98). Sum of RGB (Red+Green+Blue) = 170+158+98=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E62 is #55619D. Grayscale: #9B9B9B. Windows color (decimal): -5595550 or 6463146. OLE color: 6463146.

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

Color convert

RGB 170 158 98 -
CMYK 0 0.07 0.42 0.33
HSL 50º 0.3% 0.53% -
HSV(B) 50º 0.42% 0.67% -
XYZ 31.01 33.88 16.46 -
YUV 154.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 170 158 98 0 0.07 0.42 0.33 50 0.3 0.53
Hex AA 9E 62 0 7 2A 21 32 1E 35
Octal 252 236 142 0 7 52 41 62 36 65
Binary 10101010 10011110 1100010 0 111 101010 100001 110010 11110 110101

Color Harmonies of #AA9E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E62

Black with #AA9E62

Text Example


Text Example

White with #AA9E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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