Html Css Color HEX #AF2744 Old Rose

📋 copy color: '#AF2744'

red 175 ◦ green 39 ◦ blue 68

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

Shades of Old Rose #AF2744

Tints of Old Rose #AF2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 62.06%
G = 13.83%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2744 (or 0xAF2744) is known color: Old Rose. HEX triplet: AF, 27 and 44. RGB value is (175,39,68). Sum of RGB (Red+Green+Blue) = 175+39+68=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2744 is #50D8BB. Grayscale: #525252. Windows color (decimal): -5298364 or 4466607. OLE color: 4466607.

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

Color convert

RGB 175 39 68 -
CMYK 0 0.78 0.61 0.31
HSL 347.21º 0.64% 0.42% -
HSV(B) 347.21º 0.78% 0.69% -
XYZ 19.45 10.98 6.56 -
YUV 82.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 175 39 68 0 0.78 0.61 0.31 347.21 0.64 0.42
Hex AF 27 44 0 4E 3D 1F 15B 40 2A
Octal 257 47 104 0 116 75 37 533 100 52
Binary 10101111 100111 1000100 0 1001110 111101 11111 101011011 1000000 101010

Color Harmonies of #AF2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2744

Black with #AF2744

Text Example


Text Example

White with #AF2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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