Html Css Color HEX #AF888D Tapestry

📋 copy color: '#AF888D'

red 175 ◦ green 136 ◦ blue 141

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

Shades of Tapestry #AF888D

Tints of Tapestry #AF888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 38.72%
G = 30.09%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF888D (or 0xAF888D) is known color: Tapestry. HEX triplet: AF, 88 and 8D. RGB value is (175,136,141). Sum of RGB (Red+Green+Blue) = 175+136+141=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888D is #507772. Grayscale: #949494. Windows color (decimal): -5273459 or 9275567. OLE color: 9275567.

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

Color convert

RGB 175 136 141 -
CMYK 0 0.22 0.19 0.31
HSL 352.31º 0.2% 0.61% -
HSV(B) 352.31º 0.22% 0.69% -
XYZ 31.29 28.65 29.08 -
YUV 148.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 175 136 141 0 0.22 0.19 0.31 352.31 0.2 0.61
Hex AF 88 8D 0 16 13 1F 160 14 3D
Octal 257 210 215 0 26 23 37 540 24 75
Binary 10101111 10001000 10001101 0 10110 10011 11111 101100000 10100 111101

Color Harmonies of #AF888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF888D

Black with #AF888D

Text Example


Text Example

White with #AF888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF888D; }

 p { color: rgb(175,136,141); }

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

background-color css

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

 a { background-color: rgb(175,136,141); }

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

border-color css

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

 span { border-color: rgb(175,136,141); }

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