Html Css Color HEX #A48986 Thatch

📋 copy color: '#A48986'

red 164 ◦ green 137 ◦ blue 134

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

Shades of Thatch #A48986

Tints of Thatch #A48986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 37.7%
G = 31.49%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48986 (or 0xA48986) is known color: Thatch. HEX triplet: A4, 89 and 86. RGB value is (164,137,134). Sum of RGB (Red+Green+Blue) = 164+137+134=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48986 is #5B7679. Grayscale: #909090. Windows color (decimal): -5994106 or 8817060. OLE color: 8817060.

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

Color convert

RGB 164 137 134 -
CMYK 0 0.16 0.18 0.36
HSL 0.14% 0.58% -
HSV(B) 0.18% 0.64% -
XYZ 28.56 27.51 26.36 -
YUV 144.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 164 137 134 0 0.16 0.18 0.36 6 0.14 0.58
Hex A4 89 86 0 10 12 24 6 E 3A
Octal 244 211 206 0 20 22 44 6 16 72
Binary 10100100 10001001 10000110 0 10000 10010 100100 110 1110 111010

Color Harmonies of #A48986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48986

Black with #A48986

Text Example


Text Example

White with #A48986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48986; }

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

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

background-color css

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

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

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

border-color css

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

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

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