Html Css Color HEX #AF7286 Tapestry

📋 copy color: '#AF7286'

red 175 ◦ green 114 ◦ blue 134

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

Shades of Tapestry #AF7286

Tints of Tapestry #AF7286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 41.37%
G = 26.95%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7286 (or 0xAF7286) is known color: Tapestry. HEX triplet: AF, 72 and 86. RGB value is (175,114,134). Sum of RGB (Red+Green+Blue) = 175+114+134=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7286 is #508D79. Grayscale: #868686. Windows color (decimal): -5279098 or 8811183. OLE color: 8811183.

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

Color convert

RGB 175 114 134 -
CMYK 0 0.35 0.23 0.31
HSL 340.33º 0.28% 0.57% -
HSV(B) 340.33º 0.35% 0.69% -
XYZ 28 22.87 25.49 -
YUV 134.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 175 114 134 0 0.35 0.23 0.31 340.33 0.28 0.57
Hex AF 72 86 0 23 17 1F 154 1C 39
Octal 257 162 206 0 43 27 37 524 34 71
Binary 10101111 1110010 10000110 0 100011 10111 11111 101010100 11100 111001

Color Harmonies of #AF7286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7286

Black with #AF7286

Text Example


Text Example

White with #AF7286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7286; }

 p { color: rgb(175,114,134); }

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

background-color css

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

 a { background-color: rgb(175,114,134); }

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

border-color css

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

 span { border-color: rgb(175,114,134); }

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