Html Css Color HEX #AF2246 Old Rose

📋 copy color: '#AF2246'

red 175 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #AF2246

Tints of Old Rose #AF2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 62.72%
G = 12.19%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2246 (or 0xAF2246) is known color: Old Rose. HEX triplet: AF, 22 and 46. RGB value is (175,34,70). Sum of RGB (Red+Green+Blue) = 175+34+70=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2246 is #50DDB9. Grayscale: #505050. Windows color (decimal): -5299642 or 4596399. OLE color: 4596399.

HSL color Cylindrical-coordinate representation of color #AF2246: hue angle of 344.68º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2246 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 70 -
CMYK 0 0.81 0.60 0.31
HSL 344.68º 0.67% 0.41% -
HSV(B) 344.68º 0.81% 0.69% -
XYZ 19.36 10.7 6.84 -
YUV 80.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 175 34 70 0 0.81 0.60 0.31 344.68 0.67 0.41
Hex AF 22 46 0 51 3C 1F 159 43 29
Octal 257 42 106 0 121 74 37 531 103 51
Binary 10101111 100010 1000110 0 1010001 111100 11111 101011001 1000011 101001

Color Harmonies of #AF2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2246

Black with #AF2246

Text Example


Text Example

White with #AF2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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