Html Css Color HEX #AC9F5C Gimblet

📋 copy color: '#AC9F5C'

red 172 ◦ green 159 ◦ blue 92

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

Shades of Gimblet #AC9F5C

Tints of Gimblet #AC9F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 40.66%
G = 37.59%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC9F5C (or 0xAC9F5C) is known color: Gimblet. HEX triplet: AC, 9F and 5C. RGB value is (172,159,92). Sum of RGB (Red+Green+Blue) = 172+159+92=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F5C is #5360A3. Grayscale: #9B9B9B. Windows color (decimal): -5464228 or 6070188. OLE color: 6070188.

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

Color convert

RGB 172 159 92 -
CMYK 0 0.08 0.47 0.33
HSL 50.25º 0.33% 0.52% -
HSV(B) 50.25º 0.47% 0.67% -
XYZ 31.34 34.34 15.1 -
YUV 155.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 172 159 92 0 0.08 0.47 0.33 50.25 0.33 0.52
Hex AC 9F 5C 0 8 2F 21 32 21 34
Octal 254 237 134 0 10 57 41 62 41 64
Binary 10101100 10011111 1011100 0 1000 101111 100001 110010 100001 110100

Color Harmonies of #AC9F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F5C

Black with #AC9F5C

Text Example


Text Example

White with #AC9F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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