Html Css Color HEX #AF668B Tapestry

📋 copy color: '#AF668B'

red 175 ◦ green 102 ◦ blue 139

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

Shades of Tapestry #AF668B

Tints of Tapestry #AF668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

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

R = 42.07%
G = 24.52%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF668B (or 0xAF668B) is known color: Tapestry. HEX triplet: AF, 66 and 8B. RGB value is (175,102,139). Sum of RGB (Red+Green+Blue) = 175+102+139=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668B is #509974. Grayscale: #7F7F7F. Windows color (decimal): -5282165 or 9135791. OLE color: 9135791.

HSL color Cylindrical-coordinate representation of color #AF668B: hue angle of 329.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF668B is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 139 -
CMYK 0 0.42 0.21 0.31
HSL 329.59º 0.31% 0.54% -
HSV(B) 329.59º 0.42% 0.69% -
XYZ 27.09 20.48 26.95 -
YUV 128.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 175 102 139 0 0.42 0.21 0.31 329.59 0.31 0.54
Hex AF 66 8B 0 2A 15 1F 14A 1F 36
Octal 257 146 213 0 52 25 37 512 37 66
Binary 10101111 1100110 10001011 0 101010 10101 11111 101001010 11111 110110

Color Harmonies of #AF668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF668B

Black with #AF668B

Text Example


Text Example

White with #AF668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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