Html Css Color HEX #AC908E Thatch

📋 copy color: '#AC908E'

red 172 ◦ green 144 ◦ blue 142

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

Shades of Thatch #AC908E

Tints of Thatch #AC908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 37.55%
G = 31.44%
B = 31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC908E (or 0xAC908E) is known color: Thatch. HEX triplet: AC, 90 and 8E. RGB value is (172,144,142). Sum of RGB (Red+Green+Blue) = 172+144+142=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908E is #536F71. Grayscale: #989898. Windows color (decimal): -5468018 or 9343148. OLE color: 9343148.

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

Color convert

RGB 172 144 142 -
CMYK 0 0.16 0.17 0.33
HSL 0.15% 0.62% -
HSV(B) 0.17% 0.67% -
XYZ 31.87 30.67 29.83 -
YUV 152.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 172 144 142 0 0.16 0.17 0.33 4 0.15 0.62
Hex AC 90 8E 0 10 11 21 4 F 3E
Octal 254 220 216 0 20 21 41 4 17 76
Binary 10101100 10010000 10001110 0 10000 10001 100001 100 1111 111110

Color Harmonies of #AC908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC908E

Black with #AC908E

Text Example


Text Example

White with #AC908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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