Html Css Color HEX #AF7288 Tapestry

📋 copy color: '#AF7288'

red 175 ◦ green 114 ◦ blue 136

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

Shades of Tapestry #AF7288

Tints of Tapestry #AF7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 41.18%
G = 26.82%
B = 32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7288 (or 0xAF7288) is known color: Tapestry. HEX triplet: AF, 72 and 88. RGB value is (175,114,136). Sum of RGB (Red+Green+Blue) = 175+114+136=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7288 is #508D77. Grayscale: #868686. Windows color (decimal): -5279096 or 8942255. OLE color: 8942255.

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

Color convert

RGB 175 114 136 -
CMYK 0 0.35 0.22 0.31
HSL 338.36º 0.28% 0.57% -
HSV(B) 338.36º 0.35% 0.69% -
XYZ 28.14 22.93 26.23 -
YUV 134.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 175 114 136 0 0.35 0.22 0.31 338.36 0.28 0.57
Hex AF 72 88 0 23 16 1F 152 1C 39
Octal 257 162 210 0 43 26 37 522 34 71
Binary 10101111 1110010 10001000 0 100011 10110 11111 101010010 11100 111001

Color Harmonies of #AF7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7288

Black with #AF7288

Text Example


Text Example

White with #AF7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7288; }

 p { color: rgb(175,114,136); }

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

background-color css

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

 a { background-color: rgb(175,114,136); }

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

border-color css

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

 span { border-color: rgb(175,114,136); }

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