Html Css Color HEX #A38188 Tapestry

📋 copy color: '#A38188'

red 163 ◦ green 129 ◦ blue 136

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

Shades of Tapestry #A38188

Tints of Tapestry #A38188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 38.08%
G = 30.14%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A38188 (or 0xA38188) is known color: Tapestry. HEX triplet: A3, 81 and 88. RGB value is (163,129,136). Sum of RGB (Red+Green+Blue) = 163+129+136=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A38188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38188 is #5C7E77. Grayscale: #8B8B8B. Windows color (decimal): -6061688 or 8946083. OLE color: 8946083.

HSL color Cylindrical-coordinate representation of color #A38188: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38188 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 129 136 -
CMYK 0 0.21 0.17 0.36
HSL 347.65º 0.16% 0.57% -
HSV(B) 347.65º 0.21% 0.64% -
XYZ 27.4 25.26 26.73 -
YUV 139.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 163 129 136 0 0.21 0.17 0.36 347.65 0.16 0.57
Hex A3 81 88 0 15 11 24 15C 10 39
Octal 243 201 210 0 25 21 44 534 20 71
Binary 10100011 10000001 10001000 0 10101 10001 100100 101011100 10000 111001

Color Harmonies of #A38188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38188

Black with #A38188

Text Example


Text Example

White with #A38188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38188; }

 p { color: rgb(163,129,136); }

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

background-color css

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

 a { background-color: rgb(163,129,136); }

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

border-color css

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

 span { border-color: rgb(163,129,136); }

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