Html Css Color HEX #AF314A Old Rose

📋 copy color: '#AF314A'

red 175 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #AF314A

Tints of Old Rose #AF314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 58.72%
G = 16.44%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF314A (or 0xAF314A) is known color: Old Rose. HEX triplet: AF, 31 and 4A. RGB value is (175,49,74). Sum of RGB (Red+Green+Blue) = 175+49+74=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF314A is #50CEB5. Grayscale: #595959. Windows color (decimal): -5295798 or 4862383. OLE color: 4862383.

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

Color convert

RGB 175 49 74 -
CMYK 0 0.72 0.58 0.31
HSL 348.1º 0.56% 0.44% -
HSV(B) 348.1º 0.72% 0.69% -
XYZ 20.01 11.81 7.7 -
YUV 89.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 175 49 74 0 0.72 0.58 0.31 348.1 0.56 0.44
Hex AF 31 4A 0 48 3A 1F 15C 38 2C
Octal 257 61 112 0 110 72 37 534 70 54
Binary 10101111 110001 1001010 0 1001000 111010 11111 101011100 111000 101100

Color Harmonies of #AF314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF314A

Black with #AF314A

Text Example


Text Example

White with #AF314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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