Html Css Color HEX #AF324A Old Rose

📋 copy color: '#AF324A'

red 175 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #AF324A

Tints of Old Rose #AF324A

RGB

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

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

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

R = 58.53%
G = 16.72%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF324A (or 0xAF324A) is known color: Old Rose. HEX triplet: AF, 32 and 4A. RGB value is (175,50,74). Sum of RGB (Red+Green+Blue) = 175+50+74=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF324A is #50CDB5. Grayscale: #5A5A5A. Windows color (decimal): -5295542 or 4862639. OLE color: 4862639.

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

Color convert

RGB 175 50 74 -
CMYK 0 0.71 0.58 0.31
HSL 348.48º 0.56% 0.44% -
HSV(B) 348.48º 0.71% 0.69% -
XYZ 20.06 11.89 7.72 -
YUV 90.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 175 50 74 0 0.71 0.58 0.31 348.48 0.56 0.44
Hex AF 32 4A 0 47 3A 1F 15C 38 2C
Octal 257 62 112 0 107 72 37 534 70 54
Binary 10101111 110010 1001010 0 1000111 111010 11111 101011100 111000 101100

Color Harmonies of #AF324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF324A

Black with #AF324A

Text Example


Text Example

White with #AF324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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