Html Css Color HEX #AF2651 Old Rose

📋 copy color: '#AF2651'

red 175 ◦ green 38 ◦ blue 81

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

Shades of Old Rose #AF2651

Tints of Old Rose #AF2651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 59.52%
G = 12.93%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF2651 (or 0xAF2651) is known color: Old Rose. HEX triplet: AF, 26 and 51. RGB value is (175,38,81). Sum of RGB (Red+Green+Blue) = 175+38+81=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2651 is #50D9AE. Grayscale: #535353. Windows color (decimal): -5298607 or 5318319. OLE color: 5318319.

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

Color convert

RGB 175 38 81 -
CMYK 0 0.78 0.54 0.31
HSL 341.17º 0.64% 0.42% -
HSV(B) 341.17º 0.78% 0.69% -
XYZ 19.86 11.09 8.88 -
YUV 83.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 175 38 81 0 0.78 0.54 0.31 341.17 0.64 0.42
Hex AF 26 51 0 4E 36 1F 155 40 2A
Octal 257 46 121 0 116 66 37 525 100 52
Binary 10101111 100110 1010001 0 1001110 110110 11111 101010101 1000000 101010

Color Harmonies of #AF2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2651

Black with #AF2651

Text Example


Text Example

White with #AF2651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2651; }

 p { color: rgb(175,38,81); }

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

background-color css

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

 a { background-color: rgb(175,38,81); }

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

border-color css

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

 span { border-color: rgb(175,38,81); }

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