Html Css Color HEX #A88C87 Thatch

📋 copy color: '#A88C87'

red 168 ◦ green 140 ◦ blue 135

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

Shades of Thatch #A88C87

Tints of Thatch #A88C87

RGB

 RED value IS 168 (66.02% from 255) = 37.92%

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

 BLUE value IS 135 (53.13% from 255) = 30.47%

R = 37.92%
G = 31.6%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A88C87 (or 0xA88C87) is known color: Thatch. HEX triplet: A8, 8C and 87. RGB value is (168,140,135). Sum of RGB (Red+Green+Blue) = 168+140+135=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88C87 is #577378. Grayscale: #939393. Windows color (decimal): -5731193 or 8883368. OLE color: 8883368.

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

Color convert

RGB 168 140 135 -
CMYK 0 0.17 0.20 0.34
HSL 9.09º 0.16% 0.59% -
HSV(B) 9.09º 0.2% 0.66% -
XYZ 29.9 28.83 26.91 -
YUV 147.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 168 140 135 0 0.17 0.20 0.34 9.09 0.16 0.59
Hex A8 8C 87 0 11 14 22 9 10 3B
Octal 250 214 207 0 21 24 42 11 20 73
Binary 10101000 10001100 10000111 0 10001 10100 100010 1001 10000 111011

Color Harmonies of #A88C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C87

Black with #A88C87

Text Example


Text Example

White with #A88C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C87; }

 p { color: rgb(168,140,135); }

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

background-color css

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

 a { background-color: rgb(168,140,135); }

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

border-color css

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

 span { border-color: rgb(168,140,135); }

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