Html Css Color HEX #A4948E Thatch

📋 copy color: '#A4948E'

red 164 ◦ green 148 ◦ blue 142

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

Shades of Thatch #A4948E

Tints of Thatch #A4948E

RGB

 RED value IS 164 (64.45% from 255) = 36.12%

 GREEN value IS 148 (58.2% from 255) = 32.6%

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 36.12%
G = 32.6%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4948E (or 0xA4948E) is known color: Thatch. HEX triplet: A4, 94 and 8E. RGB value is (164,148,142). Sum of RGB (Red+Green+Blue) = 164+148+142=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948E is #5B6B71. Grayscale: #989898. Windows color (decimal): -5991282 or 9344164. OLE color: 9344164.

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

Color convert

RGB 164 148 142 -
CMYK 0 0.10 0.13 0.36
HSL 16.36º 0.11% 0.6% -
HSV(B) 16.36º 0.13% 0.64% -
XYZ 30.78 31.03 29.96 -
YUV 152.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 164 148 142 0 0.10 0.13 0.36 16.36 0.11 0.6
Hex A4 94 8E 0 A D 24 10 B 3C
Octal 244 224 216 0 12 15 44 20 13 74
Binary 10100100 10010100 10001110 0 1010 1101 100100 10000 1011 111100

Color Harmonies of #A4948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4948E

Black with #A4948E

Text Example


Text Example

White with #A4948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4948E; }

 p { color: rgb(164,148,142); }

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

background-color css

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

 a { background-color: rgb(164,148,142); }

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

border-color css

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

 span { border-color: rgb(164,148,142); }

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