Html Css Color HEX #AF7282 Tapestry

📋 copy color: '#AF7282'

red 175 ◦ green 114 ◦ blue 130

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

Shades of Tapestry #AF7282

Tints of Tapestry #AF7282

RGB

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

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

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

R = 41.77%
G = 27.21%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7282 (or 0xAF7282) is known color: Tapestry. HEX triplet: AF, 72 and 82. RGB value is (175,114,130). Sum of RGB (Red+Green+Blue) = 175+114+130=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7282 is #508D7D. Grayscale: #868686. Windows color (decimal): -5279102 or 8549039. OLE color: 8549039.

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

Color convert

RGB 175 114 130 -
CMYK 0 0.35 0.26 0.31
HSL 344.26º 0.28% 0.57% -
HSV(B) 344.26º 0.35% 0.69% -
XYZ 27.73 22.76 24.05 -
YUV 134.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 175 114 130 0 0.35 0.26 0.31 344.26 0.28 0.57
Hex AF 72 82 0 23 1A 1F 158 1C 39
Octal 257 162 202 0 43 32 37 530 34 71
Binary 10101111 1110010 10000010 0 100011 11010 11111 101011000 11100 111001

Color Harmonies of #AF7282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7282

Black with #AF7282

Text Example


Text Example

White with #AF7282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7282; }

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

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

background-color css

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

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

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

border-color css

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

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

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