Html Css Color HEX #AF2F49 Old Rose

📋 copy color: '#AF2F49'

red 175 ◦ green 47 ◦ blue 73

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

Shades of Old Rose #AF2F49

Tints of Old Rose #AF2F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

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

R = 59.32%
G = 15.93%
B = 24.75%

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

#AF2F49 (or 0xAF2F49) is known color: Old Rose. HEX triplet: AF, 2F and 49. RGB value is (175,47,73). Sum of RGB (Red+Green+Blue) = 175+47+73=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F49 is #50D0B6. Grayscale: #585858. Windows color (decimal): -5296311 or 4796335. OLE color: 4796335.

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

Color convert

RGB 175 47 73 -
CMYK 0 0.73 0.58 0.31
HSL 347.81º 0.58% 0.44% -
HSV(B) 347.81º 0.73% 0.69% -
XYZ 19.9 11.63 7.5 -
YUV 88.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 175 47 73 0 0.73 0.58 0.31 347.81 0.58 0.44
Hex AF 2F 49 0 49 3A 1F 15C 3A 2C
Octal 257 57 111 0 111 72 37 534 72 54
Binary 10101111 101111 1001001 0 1001001 111010 11111 101011100 111010 101100

Color Harmonies of #AF2F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F49

Black with #AF2F49

Text Example


Text Example

White with #AF2F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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