Html Css Color HEX #A28C87 Thatch

📋 copy color: '#A28C87'

red 162 ◦ green 140 ◦ blue 135

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

Shades of Thatch #A28C87

Tints of Thatch #A28C87

RGB

 RED value IS 162 (63.67% from 255) = 37.07%

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

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

R = 37.07%
G = 32.04%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A28C87 (or 0xA28C87) is known color: Thatch. HEX triplet: A2, 8C and 87. RGB value is (162,140,135). Sum of RGB (Red+Green+Blue) = 162+140+135=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C87 is #5D7378. Grayscale: #929292. Windows color (decimal): -6124409 or 8883362. OLE color: 8883362.

HSL color Cylindrical-coordinate representation of color #A28C87: hue angle of 11.11º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28C87 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 135 -
CMYK 0 0.14 0.17 0.36
HSL 11.11º 0.13% 0.58% -
HSV(B) 11.11º 0.17% 0.64% -
XYZ 28.65 28.19 26.85 -
YUV 146.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 162 140 135 0 0.14 0.17 0.36 11.11 0.13 0.58
Hex A2 8C 87 0 E 11 24 B D 3A
Octal 242 214 207 0 16 21 44 13 15 72
Binary 10100010 10001100 10000111 0 1110 10001 100100 1011 1101 111010

Color Harmonies of #A28C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C87

Black with #A28C87

Text Example


Text Example

White with #A28C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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