Html Css Color HEX #AF6C7D Tapestry

📋 copy color: '#AF6C7D'

red 175 ◦ green 108 ◦ blue 125

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

Shades of Tapestry #AF6C7D

Tints of Tapestry #AF6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 42.89%
G = 26.47%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF6C7D (or 0xAF6C7D) is known color: Tapestry. HEX triplet: AF, 6C and 7D. RGB value is (175,108,125). Sum of RGB (Red+Green+Blue) = 175+108+125=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7D is #509382. Grayscale: #818181. Windows color (decimal): -5280643 or 8219823. OLE color: 8219823.

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

Color convert

RGB 175 108 125 -
CMYK 0 0.38 0.29 0.31
HSL 344.78º 0.3% 0.55% -
HSV(B) 344.78º 0.38% 0.69% -
XYZ 26.74 21.32 22.11 -
YUV 129.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 175 108 125 0 0.38 0.29 0.31 344.78 0.3 0.55
Hex AF 6C 7D 0 26 1D 1F 159 1E 37
Octal 257 154 175 0 46 35 37 531 36 67
Binary 10101111 1101100 1111101 0 100110 11101 11111 101011001 11110 110111

Color Harmonies of #AF6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C7D

Black with #AF6C7D

Text Example


Text Example

White with #AF6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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