Html Css Color HEX #AE9E66 Gimblet

📋 copy color: '#AE9E66'

red 174 ◦ green 158 ◦ blue 102

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

Shades of Gimblet #AE9E66

Tints of Gimblet #AE9E66

RGB

 RED value IS 174 (68.36% from 255) = 40.09%

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

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 40.09%
G = 36.41%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE9E66 (or 0xAE9E66) is known color: Gimblet. HEX triplet: AE, 9E and 66. RGB value is (174,158,102). Sum of RGB (Red+Green+Blue) = 174+158+102=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E66 is #516199. Grayscale: #9C9C9C. Windows color (decimal): -5333402 or 6725294. OLE color: 6725294.

HSL color Cylindrical-coordinate representation of color #AE9E66: hue angle of 46.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE9E66 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 158 102 -
CMYK 0 0.09 0.41 0.32
HSL 46.67º 0.31% 0.54% -
HSV(B) 46.67º 0.41% 0.68% -
XYZ 32.08 34.41 17.52 -
YUV 156.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 174 158 102 0 0.09 0.41 0.32 46.67 0.31 0.54
Hex AE 9E 66 0 9 29 20 2F 1F 36
Octal 256 236 146 0 11 51 40 57 37 66
Binary 10101110 10011110 1100110 0 1001 101001 100000 101111 11111 110110

Color Harmonies of #AE9E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E66

Black with #AE9E66

Text Example


Text Example

White with #AE9E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E66; }

 p { color: rgb(174,158,102); }

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

background-color css

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

 a { background-color: rgb(174,158,102); }

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

border-color css

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

 span { border-color: rgb(174,158,102); }

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