Html Css Color HEX #AF194A Old Rose

📋 copy color: '#AF194A'

red 175 ◦ green 25 ◦ blue 74

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

Shades of Old Rose #AF194A

Tints of Old Rose #AF194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 63.87%
G = 9.12%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF194A (or 0xAF194A) is known color: Old Rose. HEX triplet: AF, 19 and 4A. RGB value is (175,25,74). Sum of RGB (Red+Green+Blue) = 175+25+74=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF194A is #50E6B5. Grayscale: #4B4B4B. Windows color (decimal): -5301942 or 4856239. OLE color: 4856239.

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

Color convert

RGB 175 25 74 -
CMYK 0 0.86 0.58 0.31
HSL 340.4º 0.75% 0.39% -
HSV(B) 340.4º 0.86% 0.69% -
XYZ 19.26 10.3 7.45 -
YUV 75.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 175 25 74 0 0.86 0.58 0.31 340.4 0.75 0.39
Hex AF 19 4A 0 56 3A 1F 154 4B 27
Octal 257 31 112 0 126 72 37 524 113 47
Binary 10101111 11001 1001010 0 1010110 111010 11111 101010100 1001011 100111

Color Harmonies of #AF194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF194A

Black with #AF194A

Text Example


Text Example

White with #AF194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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