Html Css Color HEX #AF6C7B Tapestry

📋 copy color: '#AF6C7B'

red 175 ◦ green 108 ◦ blue 123

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

Shades of Tapestry #AF6C7B

Tints of Tapestry #AF6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 43.1%
G = 26.6%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF6C7B (or 0xAF6C7B) is known color: Tapestry. HEX triplet: AF, 6C and 7B. RGB value is (175,108,123). Sum of RGB (Red+Green+Blue) = 175+108+123=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7B is #509384. Grayscale: #818181. Windows color (decimal): -5280645 or 8088751. OLE color: 8088751.

HSL color Cylindrical-coordinate representation of color #AF6C7B: hue angle of 346.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C7B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 123 -
CMYK 0 0.38 0.30 0.31
HSL 346.57º 0.3% 0.55% -
HSV(B) 346.57º 0.38% 0.69% -
XYZ 26.62 21.27 21.44 -
YUV 129.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 175 108 123 0 0.38 0.30 0.31 346.57 0.3 0.55
Hex AF 6C 7B 0 26 1E 1F 15B 1E 37
Octal 257 154 173 0 46 36 37 533 36 67
Binary 10101111 1101100 1111011 0 100110 11110 11111 101011011 11110 110111

Color Harmonies of #AF6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C7B

Black with #AF6C7B

Text Example


Text Example

White with #AF6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C7B; }

 p { color: rgb(175,108,123); }

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

background-color css

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

 a { background-color: rgb(175,108,123); }

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

border-color css

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

 span { border-color: rgb(175,108,123); }

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