Html Css Color HEX #AF7382 Tapestry

📋 copy color: '#AF7382'

red 175 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #AF7382

Tints of Tapestry #AF7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 41.67%
G = 27.38%
B = 30.95%

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

#AF7382 (or 0xAF7382) is known color: Tapestry. HEX triplet: AF, 73 and 82. RGB value is (175,115,130). Sum of RGB (Red+Green+Blue) = 175+115+130=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7382 is #508C7D. Grayscale: #868686. Windows color (decimal): -5278846 or 8549295. OLE color: 8549295.

HSL color Cylindrical-coordinate representation of color #AF7382: hue angle of 345º 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 #AF7382 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 130 -
CMYK 0 0.34 0.26 0.31
HSL 345º 0.27% 0.57% -
HSV(B) 345º 0.34% 0.69% -
XYZ 27.84 22.99 24.09 -
YUV 134.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 175 115 130 0 0.34 0.26 0.31 345 0.27 0.57
Hex AF 73 82 0 22 1A 1F 159 1B 39
Octal 257 163 202 0 42 32 37 531 33 71
Binary 10101111 1110011 10000010 0 100010 11010 11111 101011001 11011 111001

Color Harmonies of #AF7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7382

Black with #AF7382

Text Example


Text Example

White with #AF7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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