Html Css Color HEX #AF6078 Tapestry

📋 copy color: '#AF6078'

red 175 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #AF6078

Tints of Tapestry #AF6078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.55%

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

R = 44.76%
G = 24.55%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6078 (or 0xAF6078) is known color: Tapestry. HEX triplet: AF, 60 and 78. RGB value is (175,96,120). Sum of RGB (Red+Green+Blue) = 175+96+120=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6078 is #509F87. Grayscale: #7A7A7A. Windows color (decimal): -5283720 or 7889071. OLE color: 7889071.

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

Color convert

RGB 175 96 120 -
CMYK 0 0.45 0.31 0.31
HSL 341.77º 0.33% 0.53% -
HSV(B) 341.77º 0.45% 0.69% -
XYZ 25.25 18.84 20.07 -
YUV 122.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 175 96 120 0 0.45 0.31 0.31 341.77 0.33 0.53
Hex AF 60 78 0 2D 1F 1F 156 21 35
Octal 257 140 170 0 55 37 37 526 41 65
Binary 10101111 1100000 1111000 0 101101 11111 11111 101010110 100001 110101

Color Harmonies of #AF6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6078

Black with #AF6078

Text Example


Text Example

White with #AF6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6078; }

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

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

background-color css

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

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

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

border-color css

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

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

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