Html Css Color HEX #AF8591 Tapestry

📋 copy color: '#AF8591'

red 175 ◦ green 133 ◦ blue 145

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

Shades of Tapestry #AF8591

Tints of Tapestry #AF8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 145 (57.03% from 255) = 32.01%

R = 38.63%
G = 29.36%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF8591 (or 0xAF8591) is known color: Tapestry. HEX triplet: AF, 85 and 91. RGB value is (175,133,145). Sum of RGB (Red+Green+Blue) = 175+133+145=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8591 is #507A6E. Grayscale: #929292. Windows color (decimal): -5274223 or 9536943. OLE color: 9536943.

HSL color Cylindrical-coordinate representation of color #AF8591: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8591 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 145 -
CMYK 0 0.24 0.17 0.31
HSL 342.86º 0.21% 0.6% -
HSV(B) 342.86º 0.24% 0.69% -
XYZ 31.18 27.93 30.54 -
YUV 146.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 175 133 145 0 0.24 0.17 0.31 342.86 0.21 0.6
Hex AF 85 91 0 18 11 1F 157 15 3C
Octal 257 205 221 0 30 21 37 527 25 74
Binary 10101111 10000101 10010001 0 11000 10001 11111 101010111 10101 111100

Color Harmonies of #AF8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8591

Black with #AF8591

Text Example


Text Example

White with #AF8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8591; }

 p { color: rgb(175,133,145); }

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

background-color css

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

 a { background-color: rgb(175,133,145); }

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

border-color css

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

 span { border-color: rgb(175,133,145); }

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