Html Css Color HEX #AF627B Tapestry

📋 copy color: '#AF627B'

red 175 ◦ green 98 ◦ blue 123

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

Shades of Tapestry #AF627B

Tints of Tapestry #AF627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 44.19%
G = 24.75%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF627B (or 0xAF627B) is known color: Tapestry. HEX triplet: AF, 62 and 7B. RGB value is (175,98,123). Sum of RGB (Red+Green+Blue) = 175+98+123=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627B is #509D84. Grayscale: #7B7B7B. Windows color (decimal): -5283205 or 8086191. OLE color: 8086191.

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

Color convert

RGB 175 98 123 -
CMYK 0 0.44 0.30 0.31
HSL 340.52º 0.32% 0.54% -
HSV(B) 340.52º 0.44% 0.69% -
XYZ 25.62 19.28 21.11 -
YUV 123.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 175 98 123 0 0.44 0.30 0.31 340.52 0.32 0.54
Hex AF 62 7B 0 2C 1E 1F 155 20 36
Octal 257 142 173 0 54 36 37 525 40 66
Binary 10101111 1100010 1111011 0 101100 11110 11111 101010101 100000 110110

Color Harmonies of #AF627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF627B

Black with #AF627B

Text Example


Text Example

White with #AF627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF627B; }

 p { color: rgb(175,98,123); }

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

background-color css

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

 a { background-color: rgb(175,98,123); }

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

border-color css

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

 span { border-color: rgb(175,98,123); }

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