Html Css Color HEX #A28C88 Thatch

📋 copy color: '#A28C88'

red 162 ◦ green 140 ◦ blue 136

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

Shades of Thatch #A28C88

Tints of Thatch #A28C88

RGB

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

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

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

R = 36.99%
G = 31.96%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A28C88 (or 0xA28C88) is known color: Thatch. HEX triplet: A2, 8C and 88. RGB value is (162,140,136). Sum of RGB (Red+Green+Blue) = 162+140+136=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C88 is #5D7377. Grayscale: #929292. Windows color (decimal): -6124408 or 8948898. OLE color: 8948898.

HSL color Cylindrical-coordinate representation of color #A28C88: hue angle of 9.23º 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 #A28C88 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 136 -
CMYK 0 0.14 0.16 0.36
HSL 9.23º 0.12% 0.58% -
HSV(B) 9.23º 0.16% 0.64% -
XYZ 28.72 28.22 27.22 -
YUV 146.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 162 140 136 0 0.14 0.16 0.36 9.23 0.12 0.58
Hex A2 8C 88 0 E 10 24 9 C 3A
Octal 242 214 210 0 16 20 44 11 14 72
Binary 10100010 10001100 10001000 0 1110 10000 100100 1001 1100 111010

Color Harmonies of #A28C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C88

Black with #A28C88

Text Example


Text Example

White with #A28C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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