Html Css Color HEX #AC9F5E Gimblet

📋 copy color: '#AC9F5E'

red 172 ◦ green 159 ◦ blue 94

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

Shades of Gimblet #AC9F5E

Tints of Gimblet #AC9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 40.47%
G = 37.41%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC9F5E (or 0xAC9F5E) is known color: Gimblet. HEX triplet: AC, 9F and 5E. RGB value is (172,159,94). Sum of RGB (Red+Green+Blue) = 172+159+94=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F5E is #5360A1. Grayscale: #9B9B9B. Windows color (decimal): -5464226 or 6201260. OLE color: 6201260.

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

Color convert

RGB 172 159 94 -
CMYK 0 0.08 0.45 0.33
HSL 50º 0.32% 0.52% -
HSV(B) 50º 0.45% 0.67% -
XYZ 31.43 34.38 15.57 -
YUV 155.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 172 159 94 0 0.08 0.45 0.33 50 0.32 0.52
Hex AC 9F 5E 0 8 2D 21 32 20 34
Octal 254 237 136 0 10 55 41 62 40 64
Binary 10101100 10011111 1011110 0 1000 101101 100001 110010 100000 110100

Color Harmonies of #AC9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F5E

Black with #AC9F5E

Text Example


Text Example

White with #AC9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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