Html Css Color HEX #AF7389 Tapestry

📋 copy color: '#AF7389'

red 175 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #AF7389

Tints of Tapestry #AF7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 40.98%
G = 26.93%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7389 (or 0xAF7389) is known color: Tapestry. HEX triplet: AF, 73 and 89. RGB value is (175,115,137). Sum of RGB (Red+Green+Blue) = 175+115+137=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7389 is #508C76. Grayscale: #878787. Windows color (decimal): -5278839 or 9008047. OLE color: 9008047.

HSL color Cylindrical-coordinate representation of color #AF7389: hue angle of 338º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7389 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 137 -
CMYK 0 0.34 0.22 0.31
HSL 338º 0.27% 0.57% -
HSV(B) 338º 0.34% 0.69% -
XYZ 28.33 23.18 26.65 -
YUV 135.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 175 115 137 0 0.34 0.22 0.31 338 0.27 0.57
Hex AF 73 89 0 22 16 1F 152 1B 39
Octal 257 163 211 0 42 26 37 522 33 71
Binary 10101111 1110011 10001001 0 100010 10110 11111 101010010 11011 111001

Color Harmonies of #AF7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7389

Black with #AF7389

Text Example


Text Example

White with #AF7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7389; }

 p { color: rgb(175,115,137); }

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

background-color css

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

 a { background-color: rgb(175,115,137); }

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

border-color css

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

 span { border-color: rgb(175,115,137); }

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