Html Css Color HEX #AF7485 Tapestry

📋 copy color: '#AF7485'

red 175 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #AF7485

Tints of Tapestry #AF7485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 41.27%
G = 27.36%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF7485 (or 0xAF7485) is known color: Tapestry. HEX triplet: AF, 74 and 85. RGB value is (175,116,133). Sum of RGB (Red+Green+Blue) = 175+116+133=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7485 is #508B7A. Grayscale: #878787. Windows color (decimal): -5278587 or 8746159. OLE color: 8746159.

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

Color convert

RGB 175 116 133 -
CMYK 0 0.34 0.24 0.31
HSL 342.71º 0.27% 0.57% -
HSV(B) 342.71º 0.34% 0.69% -
XYZ 28.16 23.3 25.2 -
YUV 135.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 175 116 133 0 0.34 0.24 0.31 342.71 0.27 0.57
Hex AF 74 85 0 22 18 1F 157 1B 39
Octal 257 164 205 0 42 30 37 527 33 71
Binary 10101111 1110100 10000101 0 100010 11000 11111 101010111 11011 111001

Color Harmonies of #AF7485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7485

Black with #AF7485

Text Example


Text Example

White with #AF7485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7485; }

 p { color: rgb(175,116,133); }

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

background-color css

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

 a { background-color: rgb(175,116,133); }

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

border-color css

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

 span { border-color: rgb(175,116,133); }

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