Html Css Color HEX #AF627A Tapestry

📋 copy color: '#AF627A'

red 175 ◦ green 98 ◦ blue 122

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

Shades of Tapestry #AF627A

Tints of Tapestry #AF627A

RGB

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

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

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

R = 44.3%
G = 24.81%
B = 30.89%

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

#AF627A (or 0xAF627A) is known color: Tapestry. HEX triplet: AF, 62 and 7A. RGB value is (175,98,122). Sum of RGB (Red+Green+Blue) = 175+98+122=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF627A is #509D85. Grayscale: #7B7B7B. Windows color (decimal): -5283206 or 8020655. OLE color: 8020655.

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

Color convert

RGB 175 98 122 -
CMYK 0 0.44 0.30 0.31
HSL 341.3º 0.32% 0.54% -
HSV(B) 341.3º 0.44% 0.69% -
XYZ 25.56 19.25 20.78 -
YUV 123.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 175 98 122 0 0.44 0.30 0.31 341.3 0.32 0.54
Hex AF 62 7A 0 2C 1E 1F 155 20 36
Octal 257 142 172 0 54 36 37 525 40 66
Binary 10101111 1100010 1111010 0 101100 11110 11111 101010101 100000 110110

Color Harmonies of #AF627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF627A

Black with #AF627A

Text Example


Text Example

White with #AF627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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