Html Css Color HEX #AE9F64 Gimblet

📋 copy color: '#AE9F64'

red 174 ◦ green 159 ◦ blue 100

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

Shades of Gimblet #AE9F64

Tints of Gimblet #AE9F64

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 40.18%
G = 36.72%
B = 23.09%

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

#AE9F64 (or 0xAE9F64) is known color: Gimblet. HEX triplet: AE, 9F and 64. RGB value is (174,159,100). Sum of RGB (Red+Green+Blue) = 174+159+100=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F64 is #51609B. Grayscale: #9D9D9D. Windows color (decimal): -5333148 or 6594478. OLE color: 6594478.

HSL color Cylindrical-coordinate representation of color #AE9F64: hue angle of 47.84º degrees, saturation: 0.31, 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 #AE9F64 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 159 100 -
CMYK 0 0.09 0.43 0.32
HSL 47.84º 0.31% 0.54% -
HSV(B) 47.84º 0.43% 0.68% -
XYZ 32.15 34.72 17.06 -
YUV 156.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 174 159 100 0 0.09 0.43 0.32 47.84 0.31 0.54
Hex AE 9F 64 0 9 2B 20 30 1F 36
Octal 256 237 144 0 11 53 40 60 37 66
Binary 10101110 10011111 1100100 0 1001 101011 100000 110000 11111 110110

Color Harmonies of #AE9F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F64

Black with #AE9F64

Text Example


Text Example

White with #AE9F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F64; }

 p { color: rgb(174,159,100); }

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

background-color css

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

 a { background-color: rgb(174,159,100); }

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

border-color css

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

 span { border-color: rgb(174,159,100); }

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