Html Css Color HEX #AF2647 Old Rose

📋 copy color: '#AF2647'

red 175 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #AF2647

Tints of Old Rose #AF2647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25%

R = 61.62%
G = 13.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2647 (or 0xAF2647) is known color: Old Rose. HEX triplet: AF, 26 and 47. RGB value is (175,38,71). Sum of RGB (Red+Green+Blue) = 175+38+71=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2647 is #50D9B8. Grayscale: #525252. Windows color (decimal): -5298617 or 4662959. OLE color: 4662959.

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

Color convert

RGB 175 38 71 -
CMYK 0 0.78 0.59 0.31
HSL 345.55º 0.64% 0.42% -
HSV(B) 345.55º 0.78% 0.69% -
XYZ 19.51 10.96 7.05 -
YUV 82.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 175 38 71 0 0.78 0.59 0.31 345.55 0.64 0.42
Hex AF 26 47 0 4E 3B 1F 15A 40 2A
Octal 257 46 107 0 116 73 37 532 100 52
Binary 10101111 100110 1000111 0 1001110 111011 11111 101011010 1000000 101010

Color Harmonies of #AF2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2647

Black with #AF2647

Text Example


Text Example

White with #AF2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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