Html Css Color HEX #AE9F63 Gimblet

📋 copy color: '#AE9F63'

red 174 ◦ green 159 ◦ blue 99

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

Shades of Gimblet #AE9F63

Tints of Gimblet #AE9F63

RGB

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

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

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

R = 40.28%
G = 36.81%
B = 22.92%

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

#AE9F63 (or 0xAE9F63) is known color: Gimblet. HEX triplet: AE, 9F and 63. RGB value is (174,159,99). Sum of RGB (Red+Green+Blue) = 174+159+99=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F63 is #51609C. Grayscale: #9C9C9C. Windows color (decimal): -5333149 or 6528942. OLE color: 6528942.

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

Color convert

RGB 174 159 99 -
CMYK 0 0.09 0.43 0.32
HSL 48º 0.32% 0.54% -
HSV(B) 48º 0.43% 0.68% -
XYZ 32.11 34.7 16.81 -
YUV 156.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 174 159 99 0 0.09 0.43 0.32 48 0.32 0.54
Hex AE 9F 63 0 9 2B 20 30 20 36
Octal 256 237 143 0 11 53 40 60 40 66
Binary 10101110 10011111 1100011 0 1001 101011 100000 110000 100000 110110

Color Harmonies of #AE9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F63

Black with #AE9F63

Text Example


Text Example

White with #AE9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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