Html Css Color HEX #AF324E Old Rose

📋 copy color: '#AF324E'

red 175 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #AF324E

Tints of Old Rose #AF324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 57.76%
G = 16.5%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF324E (or 0xAF324E) is known color: Old Rose. HEX triplet: AF, 32 and 4E. RGB value is (175,50,78). Sum of RGB (Red+Green+Blue) = 175+50+78=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF324E is #50CDB1. Grayscale: #5A5A5A. Windows color (decimal): -5295538 or 5124783. OLE color: 5124783.

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

Color convert

RGB 175 50 78 -
CMYK 0 0.71 0.55 0.31
HSL 346.56º 0.56% 0.44% -
HSV(B) 346.56º 0.71% 0.69% -
XYZ 20.19 11.95 8.45 -
YUV 90.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 175 50 78 0 0.71 0.55 0.31 346.56 0.56 0.44
Hex AF 32 4E 0 47 37 1F 15B 38 2C
Octal 257 62 116 0 107 67 37 533 70 54
Binary 10101111 110010 1001110 0 1000111 110111 11111 101011011 111000 101100

Color Harmonies of #AF324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF324E

Black with #AF324E

Text Example


Text Example

White with #AF324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF324E; }

 p { color: rgb(175,50,78); }

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

background-color css

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

 a { background-color: rgb(175,50,78); }

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

border-color css

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

 span { border-color: rgb(175,50,78); }

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