Html Css Color HEX #AF727F Tapestry

📋 copy color: '#AF727F'

red 175 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #AF727F

Tints of Tapestry #AF727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 42.07%
G = 27.4%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF727F (or 0xAF727F) is known color: Tapestry. HEX triplet: AF, 72 and 7F. RGB value is (175,114,127). Sum of RGB (Red+Green+Blue) = 175+114+127=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727F is #508D80. Grayscale: #858585. Windows color (decimal): -5279105 or 8352431. OLE color: 8352431.

HSL color Cylindrical-coordinate representation of color #AF727F: hue angle of 347.21º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF727F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 127 -
CMYK 0 0.35 0.27 0.31
HSL 347.21º 0.28% 0.57% -
HSV(B) 347.21º 0.35% 0.69% -
XYZ 27.53 22.68 23.01 -
YUV 133.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 175 114 127 0 0.35 0.27 0.31 347.21 0.28 0.57
Hex AF 72 7F 0 23 1B 1F 15B 1C 39
Octal 257 162 177 0 43 33 37 533 34 71
Binary 10101111 1110010 1111111 0 100011 11011 11111 101011011 11100 111001

Color Harmonies of #AF727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF727F

Black with #AF727F

Text Example


Text Example

White with #AF727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF727F; }

 p { color: rgb(175,114,127); }

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

background-color css

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

 a { background-color: rgb(175,114,127); }

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

border-color css

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

 span { border-color: rgb(175,114,127); }

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