Html Css Color HEX #AF7F92 Tapestry

📋 copy color: '#AF7F92'

red 175 ◦ green 127 ◦ blue 146

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

Shades of Tapestry #AF7F92

Tints of Tapestry #AF7F92

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 39.06%
G = 28.35%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7F92 (or 0xAF7F92) is known color: Tapestry. HEX triplet: AF, 7F and 92. RGB value is (175,127,146). Sum of RGB (Red+Green+Blue) = 175+127+146=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F92 is #50806D. Grayscale: #8F8F8F. Windows color (decimal): -5275758 or 9600943. OLE color: 9600943.

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

Color convert

RGB 175 127 146 -
CMYK 0 0.27 0.17 0.31
HSL 336.25º 0.23% 0.59% -
HSV(B) 336.25º 0.27% 0.69% -
XYZ 30.46 26.37 30.68 -
YUV 143.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 175 127 146 0 0.27 0.17 0.31 336.25 0.23 0.59
Hex AF 7F 92 0 1B 11 1F 150 17 3B
Octal 257 177 222 0 33 21 37 520 27 73
Binary 10101111 1111111 10010010 0 11011 10001 11111 101010000 10111 111011

Color Harmonies of #AF7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F92

Black with #AF7F92

Text Example


Text Example

White with #AF7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F92; }

 p { color: rgb(175,127,146); }

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

background-color css

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

 a { background-color: rgb(175,127,146); }

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

border-color css

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

 span { border-color: rgb(175,127,146); }

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