Html Css Color HEX #AF3147 Old Rose

📋 copy color: '#AF3147'

red 175 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #AF3147

Tints of Old Rose #AF3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 59.32%
G = 16.61%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF3147 (or 0xAF3147) is known color: Old Rose. HEX triplet: AF, 31 and 47. RGB value is (175,49,71). Sum of RGB (Red+Green+Blue) = 175+49+71=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3147 is #50CEB8. Grayscale: #595959. Windows color (decimal): -5295801 or 4665775. OLE color: 4665775.

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

Color convert

RGB 175 49 71 -
CMYK 0 0.72 0.59 0.31
HSL 349.52º 0.56% 0.44% -
HSV(B) 349.52º 0.72% 0.69% -
XYZ 19.91 11.77 7.18 -
YUV 89.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 175 49 71 0 0.72 0.59 0.31 349.52 0.56 0.44
Hex AF 31 47 0 48 3B 1F 15E 38 2C
Octal 257 61 107 0 110 73 37 536 70 54
Binary 10101111 110001 1000111 0 1001000 111011 11111 101011110 111000 101100

Color Harmonies of #AF3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3147

Black with #AF3147

Text Example


Text Example

White with #AF3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3147; }

 p { color: rgb(175,49,71); }

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

background-color css

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

 a { background-color: rgb(175,49,71); }

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

border-color css

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

 span { border-color: rgb(175,49,71); }

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