Html Css Color HEX #AF2149 Old Rose

📋 copy color: '#AF2149'

red 175 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #AF2149

Tints of Old Rose #AF2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 62.28%
G = 11.74%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF2149 (or 0xAF2149) is known color: Old Rose. HEX triplet: AF, 21 and 49. RGB value is (175,33,73). Sum of RGB (Red+Green+Blue) = 175+33+73=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2149 is #50DEB6. Grayscale: #505050. Windows color (decimal): -5299895 or 4792751. OLE color: 4792751.

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

Color convert

RGB 175 33 73 -
CMYK 0 0.81 0.58 0.31
HSL 343.1º 0.68% 0.41% -
HSV(B) 343.1º 0.81% 0.69% -
XYZ 19.43 10.68 7.34 -
YUV 80.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 175 33 73 0 0.81 0.58 0.31 343.1 0.68 0.41
Hex AF 21 49 0 51 3A 1F 157 44 29
Octal 257 41 111 0 121 72 37 527 104 51
Binary 10101111 100001 1001001 0 1010001 111010 11111 101010111 1000100 101001

Color Harmonies of #AF2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2149

Black with #AF2149

Text Example


Text Example

White with #AF2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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