Html Css Color HEX #AF6C7E Tapestry

📋 copy color: '#AF6C7E'

red 175 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #AF6C7E

Tints of Tapestry #AF6C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 42.79%
G = 26.41%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF6C7E (or 0xAF6C7E) is known color: Tapestry. HEX triplet: AF, 6C and 7E. RGB value is (175,108,126). Sum of RGB (Red+Green+Blue) = 175+108+126=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7E is #509381. Grayscale: #828282. Windows color (decimal): -5280642 or 8285359. OLE color: 8285359.

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

Color convert

RGB 175 108 126 -
CMYK 0 0.38 0.28 0.31
HSL 343.88º 0.3% 0.55% -
HSV(B) 343.88º 0.38% 0.69% -
XYZ 26.81 21.35 22.45 -
YUV 130.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 175 108 126 0 0.38 0.28 0.31 343.88 0.3 0.55
Hex AF 6C 7E 0 26 1C 1F 158 1E 37
Octal 257 154 176 0 46 34 37 530 36 67
Binary 10101111 1101100 1111110 0 100110 11100 11111 101011000 11110 110111

Color Harmonies of #AF6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C7E

Black with #AF6C7E

Text Example


Text Example

White with #AF6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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