Html Css Color HEX #AF858A Tapestry

📋 copy color: '#AF858A'

red 175 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #AF858A

Tints of Tapestry #AF858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 39.24%
G = 29.82%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF858A (or 0xAF858A) is known color: Tapestry. HEX triplet: AF, 85 and 8A. RGB value is (175,133,138). Sum of RGB (Red+Green+Blue) = 175+133+138=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858A is #507A75. Grayscale: #929292. Windows color (decimal): -5274230 or 9078191. OLE color: 9078191.

HSL color Cylindrical-coordinate representation of color #AF858A: hue angle of 352.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 #AF858A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 138 -
CMYK 0 0.24 0.21 0.31
HSL 352.86º 0.21% 0.6% -
HSV(B) 352.86º 0.24% 0.69% -
XYZ 30.65 27.72 27.78 -
YUV 146.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 175 133 138 0 0.24 0.21 0.31 352.86 0.21 0.6
Hex AF 85 8A 0 18 15 1F 161 15 3C
Octal 257 205 212 0 30 25 37 541 25 74
Binary 10101111 10000101 10001010 0 11000 10101 11111 101100001 10101 111100

Color Harmonies of #AF858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF858A

Black with #AF858A

Text Example


Text Example

White with #AF858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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