Html Css Color HEX #AF6B7E Tapestry

📋 copy color: '#AF6B7E'

red 175 ◦ green 107 ◦ blue 126

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

Shades of Tapestry #AF6B7E

Tints of Tapestry #AF6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 42.89%
G = 26.23%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF6B7E (or 0xAF6B7E) is known color: Tapestry. HEX triplet: AF, 6B and 7E. RGB value is (175,107,126). Sum of RGB (Red+Green+Blue) = 175+107+126=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7E is #509481. Grayscale: #818181. Windows color (decimal): -5280898 or 8285103. OLE color: 8285103.

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

Color convert

RGB 175 107 126 -
CMYK 0 0.39 0.28 0.31
HSL 343.24º 0.3% 0.55% -
HSV(B) 343.24º 0.39% 0.69% -
XYZ 26.7 21.14 22.41 -
YUV 129.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 175 107 126 0 0.39 0.28 0.31 343.24 0.3 0.55
Hex AF 6B 7E 0 27 1C 1F 157 1E 37
Octal 257 153 176 0 47 34 37 527 36 67
Binary 10101111 1101011 1111110 0 100111 11100 11111 101010111 11110 110111

Color Harmonies of #AF6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B7E

Black with #AF6B7E

Text Example


Text Example

White with #AF6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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