Html Css Color HEX #AF7081 Tapestry

📋 copy color: '#AF7081'

red 175 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #AF7081

Tints of Tapestry #AF7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 42.07%
G = 26.92%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF7081 (or 0xAF7081) is known color: Tapestry. HEX triplet: AF, 70 and 81. RGB value is (175,112,129). Sum of RGB (Red+Green+Blue) = 175+112+129=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7081 is #508F7E. Grayscale: #848484. Windows color (decimal): -5279615 or 8482991. OLE color: 8482991.

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

Color convert

RGB 175 112 129 -
CMYK 0 0.36 0.26 0.31
HSL 343.81º 0.28% 0.56% -
HSV(B) 343.81º 0.36% 0.69% -
XYZ 27.44 22.29 23.62 -
YUV 132.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 175 112 129 0 0.36 0.26 0.31 343.81 0.28 0.56
Hex AF 70 81 0 24 1A 1F 158 1C 38
Octal 257 160 201 0 44 32 37 530 34 70
Binary 10101111 1110000 10000001 0 100100 11010 11111 101011000 11100 111000

Color Harmonies of #AF7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7081

Black with #AF7081

Text Example


Text Example

White with #AF7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7081; }

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

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

background-color css

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

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

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

border-color css

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

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

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