Html Css Color HEX #AF3149 Old Rose

📋 copy color: '#AF3149'

red 175 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #AF3149

Tints of Old Rose #AF3149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 58.92%
G = 16.5%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF3149 (or 0xAF3149) is known color: Old Rose. HEX triplet: AF, 31 and 49. RGB value is (175,49,73). Sum of RGB (Red+Green+Blue) = 175+49+73=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3149 is #50CEB6. Grayscale: #595959. Windows color (decimal): -5295799 or 4796847. OLE color: 4796847.

HSL color Cylindrical-coordinate representation of color #AF3149: hue angle of 348.57º 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 #AF3149 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 73 -
CMYK 0 0.72 0.58 0.31
HSL 348.57º 0.56% 0.44% -
HSV(B) 348.57º 0.72% 0.69% -
XYZ 19.98 11.79 7.53 -
YUV 89.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 175 49 73 0 0.72 0.58 0.31 348.57 0.56 0.44
Hex AF 31 49 0 48 3A 1F 15D 38 2C
Octal 257 61 111 0 110 72 37 535 70 54
Binary 10101111 110001 1001001 0 1001000 111010 11111 101011101 111000 101100

Color Harmonies of #AF3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3149

Black with #AF3149

Text Example


Text Example

White with #AF3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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