Html Css Color HEX #A48D86 Thatch

📋 copy color: '#A48D86'

red 164 ◦ green 141 ◦ blue 134

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

Shades of Thatch #A48D86

Tints of Thatch #A48D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 37.36%
G = 32.12%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48D86 (or 0xA48D86) is known color: Thatch. HEX triplet: A4, 8D and 86. RGB value is (164,141,134). Sum of RGB (Red+Green+Blue) = 164+141+134=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D86 is #5B7279. Grayscale: #939393. Windows color (decimal): -5993082 or 8818084. OLE color: 8818084.

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

Color convert

RGB 164 141 134 -
CMYK 0 0.14 0.18 0.36
HSL 14º 0.14% 0.58% -
HSV(B) 14º 0.18% 0.64% -
XYZ 29.14 28.66 26.55 -
YUV 147.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 164 141 134 0 0.14 0.18 0.36 14 0.14 0.58
Hex A4 8D 86 0 E 12 24 E E 3A
Octal 244 215 206 0 16 22 44 16 16 72
Binary 10100100 10001101 10000110 0 1110 10010 100100 1110 1110 111010

Color Harmonies of #A48D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D86

Black with #A48D86

Text Example


Text Example

White with #A48D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D86; }

 p { color: rgb(164,141,134); }

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

background-color css

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

 a { background-color: rgb(164,141,134); }

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

border-color css

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

 span { border-color: rgb(164,141,134); }

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