Html Css Color HEX #AF7682 Tapestry

📋 copy color: '#AF7682'

red 175 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #AF7682

Tints of Tapestry #AF7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 41.37%
G = 27.9%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7682 (or 0xAF7682) is known color: Tapestry. HEX triplet: AF, 76 and 82. RGB value is (175,118,130). Sum of RGB (Red+Green+Blue) = 175+118+130=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7682 is #50897D. Grayscale: #888888. Windows color (decimal): -5278078 or 8550063. OLE color: 8550063.

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

Color convert

RGB 175 118 130 -
CMYK 0 0.33 0.26 0.31
HSL 347.37º 0.26% 0.57% -
HSV(B) 347.37º 0.33% 0.69% -
XYZ 28.19 23.68 24.2 -
YUV 136.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 175 118 130 0 0.33 0.26 0.31 347.37 0.26 0.57
Hex AF 76 82 0 21 1A 1F 15B 1A 39
Octal 257 166 202 0 41 32 37 533 32 71
Binary 10101111 1110110 10000010 0 100001 11010 11111 101011011 11010 111001

Color Harmonies of #AF7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7682

Black with #AF7682

Text Example


Text Example

White with #AF7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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