Html Css Color HEX #A48C86 Thatch

📋 copy color: '#A48C86'

red 164 ◦ green 140 ◦ blue 134

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

Shades of Thatch #A48C86

Tints of Thatch #A48C86

RGB

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

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

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

R = 37.44%
G = 31.96%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48C86 (or 0xA48C86) is known color: Thatch. HEX triplet: A4, 8C and 86. RGB value is (164,140,134). Sum of RGB (Red+Green+Blue) = 164+140+134=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C86 is #5B7379. Grayscale: #929292. Windows color (decimal): -5993338 or 8817828. OLE color: 8817828.

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

Color convert

RGB 164 140 134 -
CMYK 0 0.15 0.18 0.36
HSL 12º 0.14% 0.58% -
HSV(B) 12º 0.18% 0.64% -
XYZ 28.99 28.37 26.5 -
YUV 146.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 164 140 134 0 0.15 0.18 0.36 12 0.14 0.58
Hex A4 8C 86 0 F 12 24 C E 3A
Octal 244 214 206 0 17 22 44 14 16 72
Binary 10100100 10001100 10000110 0 1111 10010 100100 1100 1110 111010

Color Harmonies of #A48C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C86

Black with #A48C86

Text Example


Text Example

White with #A48C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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