Html Css Color HEX #AF627D Tapestry

📋 copy color: '#AF627D'

red 175 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #AF627D

Tints of Tapestry #AF627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 43.97%
G = 24.62%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF627D (or 0xAF627D) is known color: Tapestry. HEX triplet: AF, 62 and 7D. RGB value is (175,98,125). Sum of RGB (Red+Green+Blue) = 175+98+125=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627D is #509D82. Grayscale: #7C7C7C. Windows color (decimal): -5283203 or 8217263. OLE color: 8217263.

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

Color convert

RGB 175 98 125 -
CMYK 0 0.44 0.29 0.31
HSL 338.96º 0.32% 0.54% -
HSV(B) 338.96º 0.44% 0.69% -
XYZ 25.75 19.33 21.78 -
YUV 124.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 175 98 125 0 0.44 0.29 0.31 338.96 0.32 0.54
Hex AF 62 7D 0 2C 1D 1F 153 20 36
Octal 257 142 175 0 54 35 37 523 40 66
Binary 10101111 1100010 1111101 0 101100 11101 11111 101010011 100000 110110

Color Harmonies of #AF627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF627D

Black with #AF627D

Text Example


Text Example

White with #AF627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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