Html Css Color HEX #AF2646 Old Rose

📋 copy color: '#AF2646'

red 175 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #AF2646

Tints of Old Rose #AF2646

RGB

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

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

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

R = 61.84%
G = 13.43%
B = 24.73%

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

#AF2646 (or 0xAF2646) is known color: Old Rose. HEX triplet: AF, 26 and 46. RGB value is (175,38,70). Sum of RGB (Red+Green+Blue) = 175+38+70=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2646 is #50D9B9. Grayscale: #525252. Windows color (decimal): -5298618 or 4597423. OLE color: 4597423.

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

Color convert

RGB 175 38 70 -
CMYK 0 0.78 0.60 0.31
HSL 345.99º 0.64% 0.42% -
HSV(B) 345.99º 0.78% 0.69% -
XYZ 19.48 10.94 6.88 -
YUV 82.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 175 38 70 0 0.78 0.60 0.31 345.99 0.64 0.42
Hex AF 26 46 0 4E 3C 1F 15A 40 2A
Octal 257 46 106 0 116 74 37 532 100 52
Binary 10101111 100110 1000110 0 1001110 111100 11111 101011010 1000000 101010

Color Harmonies of #AF2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2646

Black with #AF2646

Text Example


Text Example

White with #AF2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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