Html Css Color HEX #AF607F Tapestry

📋 copy color: '#AF607F'

red 175 ◦ green 96 ◦ blue 127

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

Shades of Tapestry #AF607F

Tints of Tapestry #AF607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 43.97%
G = 24.12%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF607F (or 0xAF607F) is known color: Tapestry. HEX triplet: AF, 60 and 7F. RGB value is (175,96,127). Sum of RGB (Red+Green+Blue) = 175+96+127=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607F is #509F80. Grayscale: #7B7B7B. Windows color (decimal): -5283713 or 8347823. OLE color: 8347823.

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

Color convert

RGB 175 96 127 -
CMYK 0 0.45 0.27 0.31
HSL 336.46º 0.33% 0.53% -
HSV(B) 336.46º 0.45% 0.69% -
XYZ 25.69 19.01 22.39 -
YUV 123.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 175 96 127 0 0.45 0.27 0.31 336.46 0.33 0.53
Hex AF 60 7F 0 2D 1B 1F 150 21 35
Octal 257 140 177 0 55 33 37 520 41 65
Binary 10101111 1100000 1111111 0 101101 11011 11111 101010000 100001 110101

Color Harmonies of #AF607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF607F

Black with #AF607F

Text Example


Text Example

White with #AF607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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