Html Css Color HEX #AF7483 Tapestry

📋 copy color: '#AF7483'

red 175 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #AF7483

Tints of Tapestry #AF7483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 41.47%
G = 27.49%
B = 31.04%

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

#AF7483 (or 0xAF7483) is known color: Tapestry. HEX triplet: AF, 74 and 83. RGB value is (175,116,131). Sum of RGB (Red+Green+Blue) = 175+116+131=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7483 is #508B7C. Grayscale: #878787. Windows color (decimal): -5278589 or 8615087. OLE color: 8615087.

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

Color convert

RGB 175 116 131 -
CMYK 0 0.34 0.25 0.31
HSL 344.75º 0.27% 0.57% -
HSV(B) 344.75º 0.34% 0.69% -
XYZ 28.02 23.24 24.48 -
YUV 135.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 175 116 131 0 0.34 0.25 0.31 344.75 0.27 0.57
Hex AF 74 83 0 22 19 1F 159 1B 39
Octal 257 164 203 0 42 31 37 531 33 71
Binary 10101111 1110100 10000011 0 100010 11001 11111 101011001 11011 111001

Color Harmonies of #AF7483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7483

Black with #AF7483

Text Example


Text Example

White with #AF7483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7483; }

 p { color: rgb(175,116,131); }

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

background-color css

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

 a { background-color: rgb(175,116,131); }

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

border-color css

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

 span { border-color: rgb(175,116,131); }

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