Html Css Color HEX #AE9E65 Gimblet

📋 copy color: '#AE9E65'

red 174 ◦ green 158 ◦ blue 101

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

Shades of Gimblet #AE9E65

Tints of Gimblet #AE9E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 40.18%
G = 36.49%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE9E65 (or 0xAE9E65) is known color: Gimblet. HEX triplet: AE, 9E and 65. RGB value is (174,158,101). Sum of RGB (Red+Green+Blue) = 174+158+101=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E65 is #51619A. Grayscale: #9C9C9C. Windows color (decimal): -5333403 or 6659758. OLE color: 6659758.

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

Color convert

RGB 174 158 101 -
CMYK 0 0.09 0.42 0.32
HSL 46.85º 0.31% 0.54% -
HSV(B) 46.85º 0.42% 0.68% -
XYZ 32.03 34.39 17.26 -
YUV 156.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 174 158 101 0 0.09 0.42 0.32 46.85 0.31 0.54
Hex AE 9E 65 0 9 2A 20 2F 1F 36
Octal 256 236 145 0 11 52 40 57 37 66
Binary 10101110 10011110 1100101 0 1001 101010 100000 101111 11111 110110

Color Harmonies of #AE9E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E65

Black with #AE9E65

Text Example


Text Example

White with #AE9E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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