Html Css Color HEX #AF2549 Old Rose

📋 copy color: '#AF2549'

red 175 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #AF2549

Tints of Old Rose #AF2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 61.4%
G = 12.98%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF2549 (or 0xAF2549) is known color: Old Rose. HEX triplet: AF, 25 and 49. RGB value is (175,37,73). Sum of RGB (Red+Green+Blue) = 175+37+73=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2549 is #50DAB6. Grayscale: #525252. Windows color (decimal): -5298871 or 4793775. OLE color: 4793775.

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

Color convert

RGB 175 37 73 -
CMYK 0 0.79 0.58 0.31
HSL 344.35º 0.65% 0.42% -
HSV(B) 344.35º 0.79% 0.69% -
XYZ 19.54 10.92 7.38 -
YUV 82.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 175 37 73 0 0.79 0.58 0.31 344.35 0.65 0.42
Hex AF 25 49 0 4F 3A 1F 158 41 2A
Octal 257 45 111 0 117 72 37 530 101 52
Binary 10101111 100101 1001001 0 1001111 111010 11111 101011000 1000001 101010

Color Harmonies of #AF2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2549

Black with #AF2549

Text Example


Text Example

White with #AF2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2549; }

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

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

background-color css

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

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

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

border-color css

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

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

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