Html Css Color HEX #AF7381 Tapestry

📋 copy color: '#AF7381'

red 175 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #AF7381

Tints of Tapestry #AF7381

RGB

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

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

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

R = 41.77%
G = 27.45%
B = 30.79%

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

#AF7381 (or 0xAF7381) is known color: Tapestry. HEX triplet: AF, 73 and 81. RGB value is (175,115,129). Sum of RGB (Red+Green+Blue) = 175+115+129=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7381 is #508C7E. Grayscale: #868686. Windows color (decimal): -5278847 or 8483759. OLE color: 8483759.

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

Color convert

RGB 175 115 129 -
CMYK 0 0.34 0.26 0.31
HSL 346º 0.27% 0.57% -
HSV(B) 346º 0.34% 0.69% -
XYZ 27.77 22.96 23.74 -
YUV 134.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 175 115 129 0 0.34 0.26 0.31 346 0.27 0.57
Hex AF 73 81 0 22 1A 1F 15A 1B 39
Octal 257 163 201 0 42 32 37 532 33 71
Binary 10101111 1110011 10000001 0 100010 11010 11111 101011010 11011 111001

Color Harmonies of #AF7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7381

Black with #AF7381

Text Example


Text Example

White with #AF7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7381; }

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

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

background-color css

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

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

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

border-color css

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

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

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