Html Css Color HEX #A28E88 Thatch

📋 copy color: '#A28E88'

red 162 ◦ green 142 ◦ blue 136

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

Shades of Thatch #A28E88

Tints of Thatch #A28E88

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.27%

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

R = 36.82%
G = 32.27%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A28E88 (or 0xA28E88) is known color: Thatch. HEX triplet: A2, 8E and 88. RGB value is (162,142,136). Sum of RGB (Red+Green+Blue) = 162+142+136=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E88 is #5D7177. Grayscale: #939393. Windows color (decimal): -6123896 or 8949410. OLE color: 8949410.

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

Color convert

RGB 162 142 136 -
CMYK 0 0.12 0.16 0.36
HSL 13.85º 0.12% 0.58% -
HSV(B) 13.85º 0.16% 0.64% -
XYZ 29.02 28.8 27.32 -
YUV 147.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 162 142 136 0 0.12 0.16 0.36 13.85 0.12 0.58
Hex A2 8E 88 0 C 10 24 E C 3A
Octal 242 216 210 0 14 20 44 16 14 72
Binary 10100010 10001110 10001000 0 1100 10000 100100 1110 1100 111010

Color Harmonies of #A28E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E88

Black with #A28E88

Text Example


Text Example

White with #A28E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E88; }

 p { color: rgb(162,142,136); }

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

background-color css

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

 a { background-color: rgb(162,142,136); }

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

border-color css

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

 span { border-color: rgb(162,142,136); }

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