Html Css Color HEX #AF7782 Tapestry

📋 copy color: '#AF7782'

red 175 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #AF7782

Tints of Tapestry #AF7782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 41.27%
G = 28.07%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7782 (or 0xAF7782) is known color: Tapestry. HEX triplet: AF, 77 and 82. RGB value is (175,119,130). Sum of RGB (Red+Green+Blue) = 175+119+130=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7782 is #50887D. Grayscale: #898989. Windows color (decimal): -5277822 or 8550319. OLE color: 8550319.

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

Color convert

RGB 175 119 130 -
CMYK 0 0.32 0.26 0.31
HSL 348.21º 0.26% 0.58% -
HSV(B) 348.21º 0.32% 0.69% -
XYZ 28.31 23.92 24.24 -
YUV 137 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 175 119 130 0 0.32 0.26 0.31 348.21 0.26 0.58
Hex AF 77 82 0 20 1A 1F 15C 1A 3A
Octal 257 167 202 0 40 32 37 534 32 72
Binary 10101111 1110111 10000010 0 100000 11010 11111 101011100 11010 111010

Color Harmonies of #AF7782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7782

Black with #AF7782

Text Example


Text Example

White with #AF7782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7782; }

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

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

background-color css

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

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

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

border-color css

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

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

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