Html Css Color HEX #AF2957 Old Rose

📋 copy color: '#AF2957'

red 175 ◦ green 41 ◦ blue 87

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

Shades of Old Rose #AF2957

Tints of Old Rose #AF2957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 57.76%
G = 13.53%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF2957 (or 0xAF2957) is known color: Old Rose. HEX triplet: AF, 29 and 57. RGB value is (175,41,87). Sum of RGB (Red+Green+Blue) = 175+41+87=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2957 is #50D6A8. Grayscale: #565656. Windows color (decimal): -5297833 or 5712303. OLE color: 5712303.

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

Color convert

RGB 175 41 87 -
CMYK 0 0.77 0.50 0.31
HSL 339.4º 0.62% 0.42% -
HSV(B) 339.4º 0.77% 0.69% -
XYZ 20.19 11.39 10.15 -
YUV 86.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 175 41 87 0 0.77 0.50 0.31 339.4 0.62 0.42
Hex AF 29 57 0 4D 32 1F 153 3E 2A
Octal 257 51 127 0 115 62 37 523 76 52
Binary 10101111 101001 1010111 0 1001101 110010 11111 101010011 111110 101010

Color Harmonies of #AF2957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2957

Black with #AF2957

Text Example


Text Example

White with #AF2957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2957; }

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

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

background-color css

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

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

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

border-color css

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

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

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