Html Css Color HEX #A67D85 Tapestry

📋 copy color: '#A67D85'

red 166 ◦ green 125 ◦ blue 133

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

Shades of Tapestry #A67D85

Tints of Tapestry #A67D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 39.15%
G = 29.48%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67D85 (or 0xA67D85) is known color: Tapestry. HEX triplet: A6, 7D and 85. RGB value is (166,125,133). Sum of RGB (Red+Green+Blue) = 166+125+133=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D85 is #59827A. Grayscale: #8A8A8A. Windows color (decimal): -5866107 or 8748454. OLE color: 8748454.

HSL color Cylindrical-coordinate representation of color #A67D85: hue angle of 348.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A67D85 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 133 -
CMYK 0 0.25 0.20 0.35
HSL 348.29º 0.19% 0.57% -
HSV(B) 348.29º 0.25% 0.65% -
XYZ 27.29 24.47 25.47 -
YUV 138.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 166 125 133 0 0.25 0.20 0.35 348.29 0.19 0.57
Hex A6 7D 85 0 19 14 23 15C 13 39
Octal 246 175 205 0 31 24 43 534 23 71
Binary 10100110 1111101 10000101 0 11001 10100 100011 101011100 10011 111001

Color Harmonies of #A67D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D85

Black with #A67D85

Text Example


Text Example

White with #A67D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D85; }

 p { color: rgb(166,125,133); }

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

background-color css

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

 a { background-color: rgb(166,125,133); }

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

border-color css

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

 span { border-color: rgb(166,125,133); }

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