Html Css Color HEX #A67083 Tapestry

📋 copy color: '#A67083'

red 166 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #A67083

Tints of Tapestry #A67083

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 40.59%
G = 27.38%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A67083 (or 0xA67083) is known color: Tapestry. HEX triplet: A6, 70 and 83. RGB value is (166,112,131). Sum of RGB (Red+Green+Blue) = 166+112+131=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67083 is #598F7C. Grayscale: #828282. Windows color (decimal): -5869437 or 8614054. OLE color: 8614054.

HSL color Cylindrical-coordinate representation of color #A67083: hue angle of 338.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67083 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 131 -
CMYK 0 0.33 0.21 0.35
HSL 338.89º 0.23% 0.55% -
HSV(B) 338.89º 0.33% 0.65% -
XYZ 25.62 21.33 24.24 -
YUV 130.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 166 112 131 0 0.33 0.21 0.35 338.89 0.23 0.55
Hex A6 70 83 0 21 15 23 153 17 37
Octal 246 160 203 0 41 25 43 523 27 67
Binary 10100110 1110000 10000011 0 100001 10101 100011 101010011 10111 110111

Color Harmonies of #A67083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67083

Black with #A67083

Text Example


Text Example

White with #A67083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67083; }

 p { color: rgb(166,112,131); }

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

background-color css

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

 a { background-color: rgb(166,112,131); }

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

border-color css

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

 span { border-color: rgb(166,112,131); }

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