Html Css Color HEX #AF748B Tapestry

📋 copy color: '#AF748B'

red 175 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #AF748B

Tints of Tapestry #AF748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 40.7%
G = 26.98%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF748B (or 0xAF748B) is known color: Tapestry. HEX triplet: AF, 74 and 8B. RGB value is (175,116,139). Sum of RGB (Red+Green+Blue) = 175+116+139=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748B is #508B74. Grayscale: #888888. Windows color (decimal): -5278581 or 9139375. OLE color: 9139375.

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

Color convert

RGB 175 116 139 -
CMYK 0 0.34 0.21 0.31
HSL 336.61º 0.27% 0.57% -
HSV(B) 336.61º 0.34% 0.69% -
XYZ 28.58 23.47 27.45 -
YUV 136.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 175 116 139 0 0.34 0.21 0.31 336.61 0.27 0.57
Hex AF 74 8B 0 22 15 1F 151 1B 39
Octal 257 164 213 0 42 25 37 521 33 71
Binary 10101111 1110100 10001011 0 100010 10101 11111 101010001 11011 111001

Color Harmonies of #AF748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF748B

Black with #AF748B

Text Example


Text Example

White with #AF748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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