Html Css Color HEX #AF6578 Tapestry

📋 copy color: '#AF6578'

red 175 ◦ green 101 ◦ blue 120

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

Shades of Tapestry #AF6578

Tints of Tapestry #AF6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 44.19%
G = 25.51%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6578 (or 0xAF6578) is known color: Tapestry. HEX triplet: AF, 65 and 78. RGB value is (175,101,120). Sum of RGB (Red+Green+Blue) = 175+101+120=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6578 is #509A87. Grayscale: #7D7D7D. Windows color (decimal): -5282440 or 7890351. OLE color: 7890351.

HSL color Cylindrical-coordinate representation of color #AF6578: hue angle of 344.59º degrees, saturation: 0.32, 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 #AF6578 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 120 -
CMYK 0 0.42 0.31 0.31
HSL 344.59º 0.32% 0.54% -
HSV(B) 344.59º 0.42% 0.69% -
XYZ 25.72 19.78 20.23 -
YUV 125.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 175 101 120 0 0.42 0.31 0.31 344.59 0.32 0.54
Hex AF 65 78 0 2A 1F 1F 159 20 36
Octal 257 145 170 0 52 37 37 531 40 66
Binary 10101111 1100101 1111000 0 101010 11111 11111 101011001 100000 110110

Color Harmonies of #AF6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6578

Black with #AF6578

Text Example


Text Example

White with #AF6578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6578; }

 p { color: rgb(175,101,120); }

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

background-color css

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

 a { background-color: rgb(175,101,120); }

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

border-color css

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

 span { border-color: rgb(175,101,120); }

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