Html Css Color HEX #A08C88 Thatch

📋 copy color: '#A08C88'

red 160 ◦ green 140 ◦ blue 136

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

Shades of Thatch #A08C88

Tints of Thatch #A08C88

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 36.7%
G = 32.11%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A08C88 (or 0xA08C88) is known color: Thatch. HEX triplet: A0, 8C and 88. RGB value is (160,140,136). Sum of RGB (Red+Green+Blue) = 160+140+136=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C88 is #5F7377. Grayscale: #919191. Windows color (decimal): -6255480 or 8948896. OLE color: 8948896.

HSL color Cylindrical-coordinate representation of color #A08C88: hue angle of 10º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A08C88 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 136 -
CMYK 0 0.12 0.15 0.37
HSL 10º 0.11% 0.58% -
HSV(B) 10º 0.15% 0.63% -
XYZ 28.32 28.01 27.21 -
YUV 145.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 160 140 136 0 0.12 0.15 0.37 10 0.11 0.58
Hex A0 8C 88 0 C F 25 A B 3A
Octal 240 214 210 0 14 17 45 12 13 72
Binary 10100000 10001100 10001000 0 1100 1111 100101 1010 1011 111010

Color Harmonies of #A08C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C88

Black with #A08C88

Text Example


Text Example

White with #A08C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C88; }

 p { color: rgb(160,140,136); }

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

background-color css

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

 a { background-color: rgb(160,140,136); }

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

border-color css

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

 span { border-color: rgb(160,140,136); }

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