Html Css Color HEX #AF6B90 Tapestry

📋 copy color: '#AF6B90'

red 175 ◦ green 107 ◦ blue 144

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

Shades of Tapestry #AF6B90

Tints of Tapestry #AF6B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 41.08%
G = 25.12%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6B90 (or 0xAF6B90) is known color: Tapestry. HEX triplet: AF, 6B and 90. RGB value is (175,107,144). Sum of RGB (Red+Green+Blue) = 175+107+144=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B90 is #50946F. Grayscale: #838383. Windows color (decimal): -5280880 or 9464751. OLE color: 9464751.

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

Color convert

RGB 175 107 144 -
CMYK 0 0.39 0.18 0.31
HSL 327.35º 0.3% 0.55% -
HSV(B) 327.35º 0.39% 0.69% -
XYZ 27.97 21.64 29.09 -
YUV 131.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 175 107 144 0 0.39 0.18 0.31 327.35 0.3 0.55
Hex AF 6B 90 0 27 12 1F 147 1E 37
Octal 257 153 220 0 47 22 37 507 36 67
Binary 10101111 1101011 10010000 0 100111 10010 11111 101000111 11110 110111

Color Harmonies of #AF6B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B90

Black with #AF6B90

Text Example


Text Example

White with #AF6B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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