Html Css Color HEX #AF7085 Tapestry

📋 copy color: '#AF7085'

red 175 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #AF7085

Tints of Tapestry #AF7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 41.67%
G = 26.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF7085 (or 0xAF7085) is known color: Tapestry. HEX triplet: AF, 70 and 85. RGB value is (175,112,133). Sum of RGB (Red+Green+Blue) = 175+112+133=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7085 is #508F7A. Grayscale: #858585. Windows color (decimal): -5279611 or 8745135. OLE color: 8745135.

HSL color Cylindrical-coordinate representation of color #AF7085: hue angle of 340º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7085 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 133 -
CMYK 0 0.36 0.24 0.31
HSL 340º 0.28% 0.56% -
HSV(B) 340º 0.36% 0.69% -
XYZ 27.71 22.4 25.05 -
YUV 133.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 175 112 133 0 0.36 0.24 0.31 340 0.28 0.56
Hex AF 70 85 0 24 18 1F 154 1C 38
Octal 257 160 205 0 44 30 37 524 34 70
Binary 10101111 1110000 10000101 0 100100 11000 11111 101010100 11100 111000

Color Harmonies of #AF7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7085

Black with #AF7085

Text Example


Text Example

White with #AF7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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