Html Css Color HEX #AF7384 Tapestry

📋 copy color: '#AF7384'

red 175 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #AF7384

Tints of Tapestry #AF7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

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

R = 41.47%
G = 27.25%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF7384 (or 0xAF7384) is known color: Tapestry. HEX triplet: AF, 73 and 84. RGB value is (175,115,132). Sum of RGB (Red+Green+Blue) = 175+115+132=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7384 is #508C7B. Grayscale: #868686. Windows color (decimal): -5278844 or 8680367. OLE color: 8680367.

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

Color convert

RGB 175 115 132 -
CMYK 0 0.34 0.25 0.31
HSL 343º 0.27% 0.57% -
HSV(B) 343º 0.34% 0.69% -
XYZ 27.97 23.04 24.8 -
YUV 134.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 175 115 132 0 0.34 0.25 0.31 343 0.27 0.57
Hex AF 73 84 0 22 19 1F 157 1B 39
Octal 257 163 204 0 42 31 37 527 33 71
Binary 10101111 1110011 10000100 0 100010 11001 11111 101010111 11011 111001

Color Harmonies of #AF7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7384

Black with #AF7384

Text Example


Text Example

White with #AF7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7384; }

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

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

background-color css

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

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

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

border-color css

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

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

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