Html Css Color HEX #AF7982 Tapestry

📋 copy color: '#AF7982'

red 175 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #AF7982

Tints of Tapestry #AF7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 41.08%
G = 28.4%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7982 (or 0xAF7982) is known color: Tapestry. HEX triplet: AF, 79 and 82. RGB value is (175,121,130). Sum of RGB (Red+Green+Blue) = 175+121+130=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7982 is #50867D. Grayscale: #8A8A8A. Windows color (decimal): -5277310 or 8550831. OLE color: 8550831.

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

Color convert

RGB 175 121 130 -
CMYK 0 0.31 0.26 0.31
HSL 350º 0.25% 0.58% -
HSV(B) 350º 0.31% 0.69% -
XYZ 28.55 24.4 24.32 -
YUV 138.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 175 121 130 0 0.31 0.26 0.31 350 0.25 0.58
Hex AF 79 82 0 1F 1A 1F 15E 19 3A
Octal 257 171 202 0 37 32 37 536 31 72
Binary 10101111 1111001 10000010 0 11111 11010 11111 101011110 11001 111010

Color Harmonies of #AF7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7982

Black with #AF7982

Text Example


Text Example

White with #AF7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7982; }

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

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

background-color css

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

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

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

border-color css

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

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

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