Html Css Color HEX #AF2959 Old Rose

📋 copy color: '#AF2959'

red 175 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #AF2959

Tints of Old Rose #AF2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 57.38%
G = 13.44%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF2959 (or 0xAF2959) is known color: Old Rose. HEX triplet: AF, 29 and 59. RGB value is (175,41,89). Sum of RGB (Red+Green+Blue) = 175+41+89=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2959 is #50D6A6. Grayscale: #565656. Windows color (decimal): -5297831 or 5843375. OLE color: 5843375.

HSL color Cylindrical-coordinate representation of color #AF2959: hue angle of 338.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2959 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 89 -
CMYK 0 0.77 0.49 0.31
HSL 338.51º 0.62% 0.42% -
HSV(B) 338.51º 0.77% 0.69% -
XYZ 20.28 11.42 10.59 -
YUV 86.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 175 41 89 0 0.77 0.49 0.31 338.51 0.62 0.42
Hex AF 29 59 0 4D 31 1F 153 3E 2A
Octal 257 51 131 0 115 61 37 523 76 52
Binary 10101111 101001 1011001 0 1001101 110001 11111 101010011 111110 101010

Color Harmonies of #AF2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2959

Black with #AF2959

Text Example


Text Example

White with #AF2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2959; }

 p { color: rgb(175,41,89); }

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

background-color css

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

 a { background-color: rgb(175,41,89); }

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

border-color css

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

 span { border-color: rgb(175,41,89); }

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