Html Css Color HEX #AF2746 Old Rose

📋 copy color: '#AF2746'

red 175 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #AF2746

Tints of Old Rose #AF2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 61.62%
G = 13.73%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2746 (or 0xAF2746) is known color: Old Rose. HEX triplet: AF, 27 and 46. RGB value is (175,39,70). Sum of RGB (Red+Green+Blue) = 175+39+70=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2746 is #50D8B9. Grayscale: #535353. Windows color (decimal): -5298362 or 4597679. OLE color: 4597679.

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

Color convert

RGB 175 39 70 -
CMYK 0 0.78 0.60 0.31
HSL 346.32º 0.64% 0.42% -
HSV(B) 346.32º 0.78% 0.69% -
XYZ 19.51 11.01 6.89 -
YUV 83.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 175 39 70 0 0.78 0.60 0.31 346.32 0.64 0.42
Hex AF 27 46 0 4E 3C 1F 15A 40 2A
Octal 257 47 106 0 116 74 37 532 100 52
Binary 10101111 100111 1000110 0 1001110 111100 11111 101011010 1000000 101010

Color Harmonies of #AF2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2746

Black with #AF2746

Text Example


Text Example

White with #AF2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2746; }

 p { color: rgb(175,39,70); }

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

background-color css

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

 a { background-color: rgb(175,39,70); }

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

border-color css

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

 span { border-color: rgb(175,39,70); }

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