Html Css Color HEX #AC908A Thatch

📋 copy color: '#AC908A'

red 172 ◦ green 144 ◦ blue 138

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

Shades of Thatch #AC908A

Tints of Thatch #AC908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 37.89%
G = 31.72%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC908A (or 0xAC908A) is known color: Thatch. HEX triplet: AC, 90 and 8A. RGB value is (172,144,138). Sum of RGB (Red+Green+Blue) = 172+144+138=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC908A is #536F75. Grayscale: #979797. Windows color (decimal): -5468022 or 9081004. OLE color: 9081004.

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

Color convert

RGB 172 144 138 -
CMYK 0 0.16 0.20 0.33
HSL 10.59º 0.17% 0.61% -
HSV(B) 10.59º 0.2% 0.67% -
XYZ 31.57 30.55 28.28 -
YUV 151.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 172 144 138 0 0.16 0.20 0.33 10.59 0.17 0.61
Hex AC 90 8A 0 10 14 21 B 11 3D
Octal 254 220 212 0 20 24 41 13 21 75
Binary 10101100 10010000 10001010 0 10000 10100 100001 1011 10001 111101

Color Harmonies of #AC908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC908A

Black with #AC908A

Text Example


Text Example

White with #AC908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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