Html Css Color HEX #AF3049 Old Rose

📋 copy color: '#AF3049'

red 175 ◦ green 48 ◦ blue 73

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

Shades of Old Rose #AF3049

Tints of Old Rose #AF3049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 59.12%
G = 16.22%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF3049 (or 0xAF3049) is known color: Old Rose. HEX triplet: AF, 30 and 49. RGB value is (175,48,73). Sum of RGB (Red+Green+Blue) = 175+48+73=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3049 is #50CFB6. Grayscale: #585858. Windows color (decimal): -5296055 or 4796591. OLE color: 4796591.

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

Color convert

RGB 175 48 73 -
CMYK 0 0.73 0.58 0.31
HSL 348.19º 0.57% 0.44% -
HSV(B) 348.19º 0.73% 0.69% -
XYZ 19.94 11.71 7.51 -
YUV 88.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 175 48 73 0 0.73 0.58 0.31 348.19 0.57 0.44
Hex AF 30 49 0 49 3A 1F 15C 39 2C
Octal 257 60 111 0 111 72 37 534 71 54
Binary 10101111 110000 1001001 0 1001001 111010 11111 101011100 111001 101100

Color Harmonies of #AF3049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3049

Black with #AF3049

Text Example


Text Example

White with #AF3049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3049; }

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

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

background-color css

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

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

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

border-color css

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

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

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