Html Css Color HEX #AC908D Thatch

📋 copy color: '#AC908D'

red 172 ◦ green 144 ◦ blue 141

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

Shades of Thatch #AC908D

Tints of Thatch #AC908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

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

R = 37.64%
G = 31.51%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC908D (or 0xAC908D) is known color: Thatch. HEX triplet: AC, 90 and 8D. RGB value is (172,144,141). Sum of RGB (Red+Green+Blue) = 172+144+141=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908D is #536F72. Grayscale: #989898. Windows color (decimal): -5468019 or 9277612. OLE color: 9277612.

HSL color Cylindrical-coordinate representation of color #AC908D: hue angle of 5.81º 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 #AC908D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 141 -
CMYK 0 0.16 0.18 0.33
HSL 5.81º 0.16% 0.61% -
HSV(B) 5.81º 0.18% 0.67% -
XYZ 31.79 30.64 29.44 -
YUV 152.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 172 144 141 0 0.16 0.18 0.33 5.81 0.16 0.61
Hex AC 90 8D 0 10 12 21 6 10 3D
Octal 254 220 215 0 20 22 41 6 20 75
Binary 10101100 10010000 10001101 0 10000 10010 100001 110 10000 111101

Color Harmonies of #AC908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC908D

Black with #AC908D

Text Example


Text Example

White with #AC908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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