Html Css Color HEX #AF2044 Old Rose

📋 copy color: '#AF2044'

red 175 ◦ green 32 ◦ blue 68

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

Shades of Old Rose #AF2044

Tints of Old Rose #AF2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 63.64%
G = 11.64%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2044 (or 0xAF2044) is known color: Old Rose. HEX triplet: AF, 20 and 44. RGB value is (175,32,68). Sum of RGB (Red+Green+Blue) = 175+32+68=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2044 is #50DFBB. Grayscale: #4E4E4E. Windows color (decimal): -5300156 or 4464815. OLE color: 4464815.

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

Color convert

RGB 175 32 68 -
CMYK 0 0.82 0.61 0.31
HSL 344.9º 0.69% 0.41% -
HSV(B) 344.9º 0.82% 0.69% -
XYZ 19.24 10.56 6.49 -
YUV 78.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 175 32 68 0 0.82 0.61 0.31 344.9 0.69 0.41
Hex AF 20 44 0 52 3D 1F 159 45 29
Octal 257 40 104 0 122 75 37 531 105 51
Binary 10101111 100000 1000100 0 1010010 111101 11111 101011001 1000101 101001

Color Harmonies of #AF2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2044

Black with #AF2044

Text Example


Text Example

White with #AF2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2044; }

 p { color: rgb(175,32,68); }

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

background-color css

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

 a { background-color: rgb(175,32,68); }

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

border-color css

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

 span { border-color: rgb(175,32,68); }

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