Html Css Color HEX #AC9E63 Gimblet

📋 copy color: '#AC9E63'

red 172 ◦ green 158 ◦ blue 99

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

Shades of Gimblet #AC9E63

Tints of Gimblet #AC9E63

RGB

 RED value IS 172 (67.58% from 255) = 40.09%

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

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

R = 40.09%
G = 36.83%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC9E63 (or 0xAC9E63) is known color: Gimblet. HEX triplet: AC, 9E and 63. RGB value is (172,158,99). Sum of RGB (Red+Green+Blue) = 172+158+99=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E63 is #53619C. Grayscale: #9B9B9B. Windows color (decimal): -5464477 or 6528684. OLE color: 6528684.

HSL color Cylindrical-coordinate representation of color #AC9E63: hue angle of 48.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC9E63 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 99 -
CMYK 0 0.08 0.42 0.33
HSL 48.49º 0.31% 0.53% -
HSV(B) 48.49º 0.42% 0.67% -
XYZ 31.49 34.13 16.73 -
YUV 155.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 172 158 99 0 0.08 0.42 0.33 48.49 0.31 0.53
Hex AC 9E 63 0 8 2A 21 30 1F 35
Octal 254 236 143 0 10 52 41 60 37 65
Binary 10101100 10011110 1100011 0 1000 101010 100001 110000 11111 110101

Color Harmonies of #AC9E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E63

Black with #AC9E63

Text Example


Text Example

White with #AC9E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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