Html Css Color HEX #AC968F Thatch

📋 copy color: '#AC968F'

red 172 ◦ green 150 ◦ blue 143

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

Shades of Thatch #AC968F

Tints of Thatch #AC968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 36.99%
G = 32.26%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC968F (or 0xAC968F) is known color: Thatch. HEX triplet: AC, 96 and 8F. RGB value is (172,150,143). Sum of RGB (Red+Green+Blue) = 172+150+143=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968F is #536970. Grayscale: #9B9B9B. Windows color (decimal): -5466481 or 9410220. OLE color: 9410220.

HSL color Cylindrical-coordinate representation of color #AC968F: hue angle of 14.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC968F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 143 -
CMYK 0 0.13 0.17 0.33
HSL 14.48º 0.15% 0.62% -
HSV(B) 14.48º 0.17% 0.67% -
XYZ 32.88 32.57 30.54 -
YUV 155.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 172 150 143 0 0.13 0.17 0.33 14.48 0.15 0.62
Hex AC 96 8F 0 D 11 21 E F 3E
Octal 254 226 217 0 15 21 41 16 17 76
Binary 10101100 10010110 10001111 0 1101 10001 100001 1110 1111 111110

Color Harmonies of #AC968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC968F

Black with #AC968F

Text Example


Text Example

White with #AC968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC968F; }

 p { color: rgb(172,150,143); }

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

background-color css

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

 a { background-color: rgb(172,150,143); }

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

border-color css

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

 span { border-color: rgb(172,150,143); }

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