Html Css Color HEX #AF8487 Tapestry

📋 copy color: '#AF8487'

red 175 ◦ green 132 ◦ blue 135

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

Shades of Tapestry #AF8487

Tints of Tapestry #AF8487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 39.59%
G = 29.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF8487 (or 0xAF8487) is known color: Tapestry. HEX triplet: AF, 84 and 87. RGB value is (175,132,135). Sum of RGB (Red+Green+Blue) = 175+132+135=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8487 is #507B78. Grayscale: #919191. Windows color (decimal): -5274489 or 8881327. OLE color: 8881327.

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

Color convert

RGB 175 132 135 -
CMYK 0 0.25 0.23 0.31
HSL 355.81º 0.21% 0.6% -
HSV(B) 355.81º 0.25% 0.69% -
XYZ 30.3 27.37 26.61 -
YUV 145.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 175 132 135 0 0.25 0.23 0.31 355.81 0.21 0.6
Hex AF 84 87 0 19 17 1F 164 15 3C
Octal 257 204 207 0 31 27 37 544 25 74
Binary 10101111 10000100 10000111 0 11001 10111 11111 101100100 10101 111100

Color Harmonies of #AF8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8487

Black with #AF8487

Text Example


Text Example

White with #AF8487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8487; }

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

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

background-color css

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

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

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

border-color css

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

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

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