Html Css Color HEX #AF8287 Tapestry

📋 copy color: '#AF8287'

red 175 ◦ green 130 ◦ blue 135

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

Shades of Tapestry #AF8287

Tints of Tapestry #AF8287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 39.77%
G = 29.55%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF8287 (or 0xAF8287) is known color: Tapestry. HEX triplet: AF, 82 and 87. RGB value is (175,130,135). Sum of RGB (Red+Green+Blue) = 175+130+135=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8287 is #507D78. Grayscale: #909090. Windows color (decimal): -5275001 or 8880815. OLE color: 8880815.

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

Color convert

RGB 175 130 135 -
CMYK 0 0.26 0.23 0.31
HSL 353.33º 0.22% 0.6% -
HSV(B) 353.33º 0.26% 0.69% -
XYZ 30.04 26.83 26.52 -
YUV 144.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 175 130 135 0 0.26 0.23 0.31 353.33 0.22 0.6
Hex AF 82 87 0 1A 17 1F 161 16 3C
Octal 257 202 207 0 32 27 37 541 26 74
Binary 10101111 10000010 10000111 0 11010 10111 11111 101100001 10110 111100

Color Harmonies of #AF8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8287

Black with #AF8287

Text Example


Text Example

White with #AF8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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