Html Css Color HEX #AF7681 Tapestry

📋 copy color: '#AF7681'

red 175 ◦ green 118 ◦ blue 129

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

Shades of Tapestry #AF7681

Tints of Tapestry #AF7681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 41.47%
G = 27.96%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7681 (or 0xAF7681) is known color: Tapestry. HEX triplet: AF, 76 and 81. RGB value is (175,118,129). Sum of RGB (Red+Green+Blue) = 175+118+129=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7681 is #50897E. Grayscale: #888888. Windows color (decimal): -5278079 or 8484527. OLE color: 8484527.

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

Color convert

RGB 175 118 129 -
CMYK 0 0.33 0.26 0.31
HSL 348.42º 0.26% 0.57% -
HSV(B) 348.42º 0.33% 0.69% -
XYZ 28.12 23.66 23.85 -
YUV 136.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 175 118 129 0 0.33 0.26 0.31 348.42 0.26 0.57
Hex AF 76 81 0 21 1A 1F 15C 1A 39
Octal 257 166 201 0 41 32 37 534 32 71
Binary 10101111 1110110 10000001 0 100001 11010 11111 101011100 11010 111001

Color Harmonies of #AF7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7681

Black with #AF7681

Text Example


Text Example

White with #AF7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7681; }

 p { color: rgb(175,118,129); }

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

background-color css

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

 a { background-color: rgb(175,118,129); }

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

border-color css

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

 span { border-color: rgb(175,118,129); }

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