Html Css Color HEX #A98388 Tapestry

📋 copy color: '#A98388'

red 169 ◦ green 131 ◦ blue 136

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

Shades of Tapestry #A98388

Tints of Tapestry #A98388

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 38.76%
G = 30.05%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A98388 (or 0xA98388) is known color: Tapestry. HEX triplet: A9, 83 and 88. RGB value is (169,131,136). Sum of RGB (Red+Green+Blue) = 169+131+136=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98388 is #567C77. Grayscale: #8E8E8E. Windows color (decimal): -5667960 or 8946601. OLE color: 8946601.

HSL color Cylindrical-coordinate representation of color #A98388: hue angle of 352.11º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98388 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 131 136 -
CMYK 0 0.22 0.20 0.34
HSL 352.11º 0.18% 0.59% -
HSV(B) 352.11º 0.22% 0.66% -
XYZ 28.92 26.45 26.87 -
YUV 142.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 169 131 136 0 0.22 0.20 0.34 352.11 0.18 0.59
Hex A9 83 88 0 16 14 22 160 12 3B
Octal 251 203 210 0 26 24 42 540 22 73
Binary 10101001 10000011 10001000 0 10110 10100 100010 101100000 10010 111011

Color Harmonies of #A98388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98388

Black with #A98388

Text Example


Text Example

White with #A98388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98388; }

 p { color: rgb(169,131,136); }

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

background-color css

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

 a { background-color: rgb(169,131,136); }

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

border-color css

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

 span { border-color: rgb(169,131,136); }

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