Html Css Color HEX #AF657A Tapestry

📋 copy color: '#AF657A'

red 175 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #AF657A

Tints of Tapestry #AF657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 43.97%
G = 25.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF657A (or 0xAF657A) is known color: Tapestry. HEX triplet: AF, 65 and 7A. RGB value is (175,101,122). Sum of RGB (Red+Green+Blue) = 175+101+122=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657A is #509A85. Grayscale: #7D7D7D. Windows color (decimal): -5282438 or 8021423. OLE color: 8021423.

HSL color Cylindrical-coordinate representation of color #AF657A: hue angle of 342.97º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF657A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 122 -
CMYK 0 0.42 0.30 0.31
HSL 342.97º 0.32% 0.54% -
HSV(B) 342.97º 0.42% 0.69% -
XYZ 25.85 19.83 20.88 -
YUV 125.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 175 101 122 0 0.42 0.30 0.31 342.97 0.32 0.54
Hex AF 65 7A 0 2A 1E 1F 157 20 36
Octal 257 145 172 0 52 36 37 527 40 66
Binary 10101111 1100101 1111010 0 101010 11110 11111 101010111 100000 110110

Color Harmonies of #AF657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF657A

Black with #AF657A

Text Example


Text Example

White with #AF657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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