Html Css Color HEX #AF617A Tapestry

📋 copy color: '#AF617A'

red 175 ◦ green 97 ◦ blue 122

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

Shades of Tapestry #AF617A

Tints of Tapestry #AF617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 44.42%
G = 24.62%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF617A (or 0xAF617A) is known color: Tapestry. HEX triplet: AF, 61 and 7A. RGB value is (175,97,122). Sum of RGB (Red+Green+Blue) = 175+97+122=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF617A is #509E85. Grayscale: #7B7B7B. Windows color (decimal): -5283462 or 8020399. OLE color: 8020399.

HSL color Cylindrical-coordinate representation of color #AF617A: hue angle of 340.77º 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 #AF617A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 122 -
CMYK 0 0.45 0.30 0.31
HSL 340.77º 0.33% 0.53% -
HSV(B) 340.77º 0.45% 0.69% -
XYZ 25.47 19.07 20.75 -
YUV 123.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 175 97 122 0 0.45 0.30 0.31 340.77 0.33 0.53
Hex AF 61 7A 0 2D 1E 1F 155 21 35
Octal 257 141 172 0 55 36 37 525 41 65
Binary 10101111 1100001 1111010 0 101101 11110 11111 101010101 100001 110101

Color Harmonies of #AF617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF617A

Black with #AF617A

Text Example


Text Example

White with #AF617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF617A; }

 p { color: rgb(175,97,122); }

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

background-color css

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

 a { background-color: rgb(175,97,122); }

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

border-color css

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

 span { border-color: rgb(175,97,122); }

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