Html Css Color HEX #A38C86 Thatch

📋 copy color: '#A38C86'

red 163 ◦ green 140 ◦ blue 134

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

Shades of Thatch #A38C86

Tints of Thatch #A38C86

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

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

R = 37.3%
G = 32.04%
B = 30.66%

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

#A38C86 (or 0xA38C86) is known color: Thatch. HEX triplet: A3, 8C and 86. RGB value is (163,140,134). Sum of RGB (Red+Green+Blue) = 163+140+134=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C86 is #5C7379. Grayscale: #929292. Windows color (decimal): -6058874 or 8817827. OLE color: 8817827.

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

Color convert

RGB 163 140 134 -
CMYK 0 0.14 0.18 0.36
HSL 12.41º 0.14% 0.58% -
HSV(B) 12.41º 0.18% 0.64% -
XYZ 28.79 28.26 26.49 -
YUV 146.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 163 140 134 0 0.14 0.18 0.36 12.41 0.14 0.58
Hex A3 8C 86 0 E 12 24 C E 3A
Octal 243 214 206 0 16 22 44 14 16 72
Binary 10100011 10001100 10000110 0 1110 10010 100100 1100 1110 111010

Color Harmonies of #A38C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C86

Black with #A38C86

Text Example


Text Example

White with #A38C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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