Html Css Color HEX #AC938D Thatch

📋 copy color: '#AC938D'

red 172 ◦ green 147 ◦ blue 141

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

Shades of Thatch #AC938D

Tints of Thatch #AC938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 37.39%
G = 31.96%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC938D (or 0xAC938D) is known color: Thatch. HEX triplet: AC, 93 and 8D. RGB value is (172,147,141). Sum of RGB (Red+Green+Blue) = 172+147+141=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC938D is #536C72. Grayscale: #999999. Windows color (decimal): -5467251 or 9278380. OLE color: 9278380.

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

Color convert

RGB 172 147 141 -
CMYK 0 0.15 0.18 0.33
HSL 11.61º 0.16% 0.61% -
HSV(B) 11.61º 0.18% 0.67% -
XYZ 32.25 31.56 29.59 -
YUV 153.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 172 147 141 0 0.15 0.18 0.33 11.61 0.16 0.61
Hex AC 93 8D 0 F 12 21 C 10 3D
Octal 254 223 215 0 17 22 41 14 20 75
Binary 10101100 10010011 10001101 0 1111 10010 100001 1100 10000 111101

Color Harmonies of #AC938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC938D

Black with #AC938D

Text Example


Text Example

White with #AC938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC938D; }

 p { color: rgb(172,147,141); }

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

background-color css

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

 a { background-color: rgb(172,147,141); }

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

border-color css

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

 span { border-color: rgb(172,147,141); }

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