#A2948F

Color #A2948F Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #A2948F

Tints of Thatch #A2948F

Color information

#A2948F (or 0xA2948F) is unknown color: approx Thatch. HEX triplet: A2, 94 and 8F. RGB value is (162,148,143). Sum of RGB (Red+Green+Blue) = 162+148+143=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2948F is #5D6B70. Grayscale: #979797. Windows color (decimal): -6122353 or 9409698. OLE color: 9409698.

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

Color convert

RGB162148143-
CMYK00.090.120.36
HSL15.79º9.27%59.8%-
HSV(B)15.79º11.73%63.53%-
XYZ30.4530.8430.34-
YUV151.62123.14135.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=35.76%
G=32.67%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214814300.090.120.3615.799.2759.8
HexA2948F09C241093c
Octal2422242170111444201174
Binary101000101001010010001111010011100100100100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2948F; }

 p { color: rgb(162,148,143); }

 H1.HeaderClassName
 {
   color: #A2948F;
 }
 .AnyTagClassName
 {
   color: #A2948F;
 }
</style>
background-color css

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

 a { background-color: rgb(162,148,143); }

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

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

 span { border-color: rgb(162,148,143); }

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