Html Css Color HEX #A27885 Tapestry

📋 copy color: '#A27885'

red 162 ◦ green 120 ◦ blue 133

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

Shades of Tapestry #A27885

Tints of Tapestry #A27885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 39.04%
G = 28.92%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A27885 (or 0xA27885) is known color: Tapestry. HEX triplet: A2, 78 and 85. RGB value is (162,120,133). Sum of RGB (Red+Green+Blue) = 162+120+133=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27885 is #5D877A. Grayscale: #868686. Windows color (decimal): -6129531 or 8747170. OLE color: 8747170.

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

Color convert

RGB 162 120 133 -
CMYK 0 0.26 0.18 0.36
HSL 341.43º 0.18% 0.55% -
HSV(B) 341.43º 0.26% 0.64% -
XYZ 25.85 22.81 25.23 -
YUV 134.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 162 120 133 0 0.26 0.18 0.36 341.43 0.18 0.55
Hex A2 78 85 0 1A 12 24 155 12 37
Octal 242 170 205 0 32 22 44 525 22 67
Binary 10100010 1111000 10000101 0 11010 10010 100100 101010101 10010 110111

Color Harmonies of #A27885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27885

Black with #A27885

Text Example


Text Example

White with #A27885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27885; }

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

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

background-color css

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

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

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

border-color css

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

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

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