Html Css Color HEX #AF7784 Tapestry

📋 copy color: '#AF7784'

red 175 ◦ green 119 ◦ blue 132

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

Shades of Tapestry #AF7784

Tints of Tapestry #AF7784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 132 (51.95% from 255) = 30.99%

R = 41.08%
G = 27.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF7784 (or 0xAF7784) is known color: Tapestry. HEX triplet: AF, 77 and 84. RGB value is (175,119,132). Sum of RGB (Red+Green+Blue) = 175+119+132=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7784 is #50887B. Grayscale: #898989. Windows color (decimal): -5277820 or 8681391. OLE color: 8681391.

HSL color Cylindrical-coordinate representation of color #AF7784: hue angle of 346.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7784 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 132 -
CMYK 0 0.32 0.25 0.31
HSL 346.07º 0.26% 0.58% -
HSV(B) 346.07º 0.32% 0.69% -
XYZ 28.44 23.97 24.96 -
YUV 137.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 175 119 132 0 0.32 0.25 0.31 346.07 0.26 0.58
Hex AF 77 84 0 20 19 1F 15A 1A 3A
Octal 257 167 204 0 40 31 37 532 32 72
Binary 10101111 1110111 10000100 0 100000 11001 11111 101011010 11010 111010

Color Harmonies of #AF7784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7784

Black with #AF7784

Text Example


Text Example

White with #AF7784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7784; }

 p { color: rgb(175,119,132); }

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

background-color css

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

 a { background-color: rgb(175,119,132); }

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

border-color css

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

 span { border-color: rgb(175,119,132); }

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