Html Css Color HEX #AC9F65 Gimblet

📋 copy color: '#AC9F65'

red 172 ◦ green 159 ◦ blue 101

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

Shades of Gimblet #AC9F65

Tints of Gimblet #AC9F65

RGB

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

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

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

R = 39.81%
G = 36.81%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9F65 (or 0xAC9F65) is known color: Gimblet. HEX triplet: AC, 9F and 65. RGB value is (172,159,101). Sum of RGB (Red+Green+Blue) = 172+159+101=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F65 is #53609A. Grayscale: #9C9C9C. Windows color (decimal): -5464219 or 6660012. OLE color: 6660012.

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

Color convert

RGB 172 159 101 -
CMYK 0 0.08 0.41 0.33
HSL 49.01º 0.3% 0.54% -
HSV(B) 49.01º 0.41% 0.67% -
XYZ 31.76 34.51 17.3 -
YUV 156.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 172 159 101 0 0.08 0.41 0.33 49.01 0.3 0.54
Hex AC 9F 65 0 8 29 21 31 1E 36
Octal 254 237 145 0 10 51 41 61 36 66
Binary 10101100 10011111 1100101 0 1000 101001 100001 110001 11110 110110

Color Harmonies of #AC9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F65

Black with #AC9F65

Text Example


Text Example

White with #AC9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F65; }

 p { color: rgb(172,159,101); }

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

background-color css

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

 a { background-color: rgb(172,159,101); }

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

border-color css

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

 span { border-color: rgb(172,159,101); }

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