Html Css Color HEX #AF7482 Tapestry

📋 copy color: '#AF7482'

red 175 ◦ green 116 ◦ blue 130

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

Shades of Tapestry #AF7482

Tints of Tapestry #AF7482

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 41.57%
G = 27.55%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7482 (or 0xAF7482) is known color: Tapestry. HEX triplet: AF, 74 and 82. RGB value is (175,116,130). Sum of RGB (Red+Green+Blue) = 175+116+130=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7482 is #508B7D. Grayscale: #878787. Windows color (decimal): -5278590 or 8549551. OLE color: 8549551.

HSL color Cylindrical-coordinate representation of color #AF7482: hue angle of 345.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7482 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 116 130 -
CMYK 0 0.34 0.26 0.31
HSL 345.76º 0.27% 0.57% -
HSV(B) 345.76º 0.34% 0.69% -
XYZ 27.95 23.22 24.13 -
YUV 135.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 175 116 130 0 0.34 0.26 0.31 345.76 0.27 0.57
Hex AF 74 82 0 22 1A 1F 15A 1B 39
Octal 257 164 202 0 42 32 37 532 33 71
Binary 10101111 1110100 10000010 0 100010 11010 11111 101011010 11011 111001

Color Harmonies of #AF7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7482

Black with #AF7482

Text Example


Text Example

White with #AF7482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7482; }

 p { color: rgb(175,116,130); }

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

background-color css

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

 a { background-color: rgb(175,116,130); }

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

border-color css

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

 span { border-color: rgb(175,116,130); }

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