Html Css Color HEX #AF7481 Tapestry

📋 copy color: '#AF7481'

red 175 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #AF7481

Tints of Tapestry #AF7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 41.67%
G = 27.62%
B = 30.71%

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

#AF7481 (or 0xAF7481) is known color: Tapestry. HEX triplet: AF, 74 and 81. RGB value is (175,116,129). Sum of RGB (Red+Green+Blue) = 175+116+129=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7481 is #508B7E. Grayscale: #878787. Windows color (decimal): -5278591 or 8484015. OLE color: 8484015.

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

Color convert

RGB 175 116 129 -
CMYK 0 0.34 0.26 0.31
HSL 346.78º 0.27% 0.57% -
HSV(B) 346.78º 0.34% 0.69% -
XYZ 27.89 23.19 23.78 -
YUV 135.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 175 116 129 0 0.34 0.26 0.31 346.78 0.27 0.57
Hex AF 74 81 0 22 1A 1F 15B 1B 39
Octal 257 164 201 0 42 32 37 533 33 71
Binary 10101111 1110100 10000001 0 100010 11010 11111 101011011 11011 111001

Color Harmonies of #AF7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7481

Black with #AF7481

Text Example


Text Example

White with #AF7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7481; }

 p { color: rgb(175,116,129); }

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

background-color css

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

 a { background-color: rgb(175,116,129); }

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

border-color css

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

 span { border-color: rgb(175,116,129); }

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