Html Css Color HEX #A38B8E Tapestry

📋 copy color: '#A38B8E'

red 163 ◦ green 139 ◦ blue 142

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

Shades of Tapestry #A38B8E

Tints of Tapestry #A38B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

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

R = 36.71%
G = 31.31%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A38B8E (or 0xA38B8E) is known color: Tapestry. HEX triplet: A3, 8B and 8E. RGB value is (163,139,142). Sum of RGB (Red+Green+Blue) = 163+139+142=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38B8E is #5C7471. Grayscale: #929292. Windows color (decimal): -6059122 or 9341859. OLE color: 9341859.

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

Color convert

RGB 163 139 142 -
CMYK 0 0.15 0.13 0.36
HSL 352.5º 0.12% 0.59% -
HSV(B) 352.5º 0.15% 0.64% -
XYZ 29.22 28.2 29.5 -
YUV 146.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 163 139 142 0 0.15 0.13 0.36 352.5 0.12 0.59
Hex A3 8B 8E 0 F D 24 160 C 3B
Octal 243 213 216 0 17 15 44 540 14 73
Binary 10100011 10001011 10001110 0 1111 1101 100100 101100000 1100 111011

Color Harmonies of #A38B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B8E

Black with #A38B8E

Text Example


Text Example

White with #A38B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B8E; }

 p { color: rgb(163,139,142); }

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

background-color css

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

 a { background-color: rgb(163,139,142); }

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

border-color css

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

 span { border-color: rgb(163,139,142); }

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