Html Css Color HEX #AF7083 Tapestry

📋 copy color: '#AF7083'

red 175 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #AF7083

Tints of Tapestry #AF7083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 41.87%
G = 26.79%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF7083 (or 0xAF7083) is known color: Tapestry. HEX triplet: AF, 70 and 83. RGB value is (175,112,131). Sum of RGB (Red+Green+Blue) = 175+112+131=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7083 is #508F7C. Grayscale: #848484. Windows color (decimal): -5279613 or 8614063. OLE color: 8614063.

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

Color convert

RGB 175 112 131 -
CMYK 0 0.36 0.25 0.31
HSL 341.9º 0.28% 0.56% -
HSV(B) 341.9º 0.36% 0.69% -
XYZ 27.57 22.34 24.33 -
YUV 133 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 175 112 131 0 0.36 0.25 0.31 341.9 0.28 0.56
Hex AF 70 83 0 24 19 1F 156 1C 38
Octal 257 160 203 0 44 31 37 526 34 70
Binary 10101111 1110000 10000011 0 100100 11001 11111 101010110 11100 111000

Color Harmonies of #AF7083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7083

Black with #AF7083

Text Example


Text Example

White with #AF7083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7083; }

 p { color: rgb(175,112,131); }

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

background-color css

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

 a { background-color: rgb(175,112,131); }

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

border-color css

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

 span { border-color: rgb(175,112,131); }

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