Html Css Color HEX #AF758A Tapestry

📋 copy color: '#AF758A'

red 175 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #AF758A

Tints of Tapestry #AF758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 40.7%
G = 27.21%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF758A (or 0xAF758A) is known color: Tapestry. HEX triplet: AF, 75 and 8A. RGB value is (175,117,138). Sum of RGB (Red+Green+Blue) = 175+117+138=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758A is #508A75. Grayscale: #888888. Windows color (decimal): -5278326 or 9074095. OLE color: 9074095.

HSL color Cylindrical-coordinate representation of color #AF758A: hue angle of 338.28º degrees, saturation: 0.27, 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 #AF758A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 138 -
CMYK 0 0.33 0.21 0.31
HSL 338.28º 0.27% 0.57% -
HSV(B) 338.28º 0.33% 0.69% -
XYZ 28.63 23.67 27.1 -
YUV 136.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 175 117 138 0 0.33 0.21 0.31 338.28 0.27 0.57
Hex AF 75 8A 0 21 15 1F 152 1B 39
Octal 257 165 212 0 41 25 37 522 33 71
Binary 10101111 1110101 10001010 0 100001 10101 11111 101010010 11011 111001

Color Harmonies of #AF758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF758A

Black with #AF758A

Text Example


Text Example

White with #AF758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF758A; }

 p { color: rgb(175,117,138); }

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

background-color css

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

 a { background-color: rgb(175,117,138); }

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

border-color css

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

 span { border-color: rgb(175,117,138); }

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