Html Css Color HEX #AF314F Old Rose

📋 copy color: '#AF314F'

red 175 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #AF314F

Tints of Old Rose #AF314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 57.76%
G = 16.17%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF314F (or 0xAF314F) is known color: Old Rose. HEX triplet: AF, 31 and 4F. RGB value is (175,49,79). Sum of RGB (Red+Green+Blue) = 175+49+79=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF314F is #50CEB0. Grayscale: #5A5A5A. Windows color (decimal): -5295793 or 5190063. OLE color: 5190063.

HSL color Cylindrical-coordinate representation of color #AF314F: hue angle of 345.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF314F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 79 -
CMYK 0 0.72 0.55 0.31
HSL 345.71º 0.56% 0.44% -
HSV(B) 345.71º 0.72% 0.69% -
XYZ 20.19 11.88 8.63 -
YUV 90.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 175 49 79 0 0.72 0.55 0.31 345.71 0.56 0.44
Hex AF 31 4F 0 48 37 1F 15A 38 2C
Octal 257 61 117 0 110 67 37 532 70 54
Binary 10101111 110001 1001111 0 1001000 110111 11111 101011010 111000 101100

Color Harmonies of #AF314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF314F

Black with #AF314F

Text Example


Text Example

White with #AF314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF314F; }

 p { color: rgb(175,49,79); }

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

background-color css

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

 a { background-color: rgb(175,49,79); }

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

border-color css

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

 span { border-color: rgb(175,49,79); }

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