Html Css Color HEX #AF324D Old Rose

📋 copy color: '#AF324D'

red 175 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #AF324D

Tints of Old Rose #AF324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 57.95%
G = 16.56%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF324D (or 0xAF324D) is known color: Old Rose. HEX triplet: AF, 32 and 4D. RGB value is (175,50,77). Sum of RGB (Red+Green+Blue) = 175+50+77=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF324D is #50CDB2. Grayscale: #5A5A5A. Windows color (decimal): -5295539 or 5059247. OLE color: 5059247.

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

Color convert

RGB 175 50 77 -
CMYK 0 0.71 0.56 0.31
HSL 347.04º 0.56% 0.44% -
HSV(B) 347.04º 0.71% 0.69% -
XYZ 20.16 11.93 8.26 -
YUV 90.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 175 50 77 0 0.71 0.56 0.31 347.04 0.56 0.44
Hex AF 32 4D 0 47 38 1F 15B 38 2C
Octal 257 62 115 0 107 70 37 533 70 54
Binary 10101111 110010 1001101 0 1000111 111000 11111 101011011 111000 101100

Color Harmonies of #AF324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF324D

Black with #AF324D

Text Example


Text Example

White with #AF324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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