Html Css Color HEX #AE9E63 Gimblet

📋 copy color: '#AE9E63'

red 174 ◦ green 158 ◦ blue 99

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

Shades of Gimblet #AE9E63

Tints of Gimblet #AE9E63

RGB

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

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

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

R = 40.37%
G = 36.66%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE9E63 (or 0xAE9E63) is known color: Gimblet. HEX triplet: AE, 9E and 63. RGB value is (174,158,99). Sum of RGB (Red+Green+Blue) = 174+158+99=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E63 is #51619C. Grayscale: #9C9C9C. Windows color (decimal): -5333405 or 6528686. OLE color: 6528686.

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

Color convert

RGB 174 158 99 -
CMYK 0 0.09 0.43 0.32
HSL 47.2º 0.32% 0.54% -
HSV(B) 47.2º 0.43% 0.68% -
XYZ 31.93 34.35 16.75 -
YUV 156.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 174 158 99 0 0.09 0.43 0.32 47.2 0.32 0.54
Hex AE 9E 63 0 9 2B 20 2F 20 36
Octal 256 236 143 0 11 53 40 57 40 66
Binary 10101110 10011110 1100011 0 1001 101011 100000 101111 100000 110110

Color Harmonies of #AE9E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E63

Black with #AE9E63

Text Example


Text Example

White with #AE9E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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