Html Css Color HEX #A27585 Tapestry

📋 copy color: '#A27585'

red 162 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #A27585

Tints of Tapestry #A27585

RGB

 RED value IS 162 (63.67% from 255) = 39.32%

 GREEN value IS 117 (46.09% from 255) = 28.4%

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

R = 39.32%
G = 28.4%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A27585 (or 0xA27585) is known color: Tapestry. HEX triplet: A2, 75 and 85. RGB value is (162,117,133). Sum of RGB (Red+Green+Blue) = 162+117+133=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27585 is #5D8A7A. Grayscale: #848484. Windows color (decimal): -6130299 or 8746402. OLE color: 8746402.

HSL color Cylindrical-coordinate representation of color #A27585: hue angle of 338.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27585 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 133 -
CMYK 0 0.28 0.18 0.36
HSL 338.67º 0.19% 0.55% -
HSV(B) 338.67º 0.28% 0.64% -
XYZ 25.5 22.1 25.11 -
YUV 132.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 162 117 133 0 0.28 0.18 0.36 338.67 0.19 0.55
Hex A2 75 85 0 1C 12 24 153 13 37
Octal 242 165 205 0 34 22 44 523 23 67
Binary 10100010 1110101 10000101 0 11100 10010 100100 101010011 10011 110111

Color Harmonies of #A27585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27585

Black with #A27585

Text Example


Text Example

White with #A27585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27585; }

 p { color: rgb(162,117,133); }

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

background-color css

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

 a { background-color: rgb(162,117,133); }

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

border-color css

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

 span { border-color: rgb(162,117,133); }

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