Html Css Color HEX #AF2856 Old Rose

📋 copy color: '#AF2856'

red 175 ◦ green 40 ◦ blue 86

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

Shades of Old Rose #AF2856

Tints of Old Rose #AF2856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 86 (33.98% from 255) = 28.57%

R = 58.14%
G = 13.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF2856 (or 0xAF2856) is known color: Old Rose. HEX triplet: AF, 28 and 56. RGB value is (175,40,86). Sum of RGB (Red+Green+Blue) = 175+40+86=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2856 is #50D7A9. Grayscale: #555555. Windows color (decimal): -5298090 or 5646511. OLE color: 5646511.

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

Color convert

RGB 175 40 86 -
CMYK 0 0.77 0.51 0.31
HSL 339.56º 0.63% 0.42% -
HSV(B) 339.56º 0.77% 0.69% -
XYZ 20.12 11.3 9.93 -
YUV 85.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 175 40 86 0 0.77 0.51 0.31 339.56 0.63 0.42
Hex AF 28 56 0 4D 33 1F 154 3F 2A
Octal 257 50 126 0 115 63 37 524 77 52
Binary 10101111 101000 1010110 0 1001101 110011 11111 101010100 111111 101010

Color Harmonies of #AF2856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2856

Black with #AF2856

Text Example


Text Example

White with #AF2856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2856; }

 p { color: rgb(175,40,86); }

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

background-color css

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

 a { background-color: rgb(175,40,86); }

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

border-color css

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

 span { border-color: rgb(175,40,86); }

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