Html Css Color HEX #AF2046 Old Rose

📋 copy color: '#AF2046'

red 175 ◦ green 32 ◦ blue 70

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

Shades of Old Rose #AF2046

Tints of Old Rose #AF2046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 63.18%
G = 11.55%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF2046 (or 0xAF2046) is known color: Old Rose. HEX triplet: AF, 20 and 46. RGB value is (175,32,70). Sum of RGB (Red+Green+Blue) = 175+32+70=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2046 is #50DFB9. Grayscale: #4F4F4F. Windows color (decimal): -5300154 or 4595887. OLE color: 4595887.

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

Color convert

RGB 175 32 70 -
CMYK 0 0.82 0.60 0.31
HSL 344.06º 0.69% 0.41% -
HSV(B) 344.06º 0.82% 0.69% -
XYZ 19.3 10.59 6.82 -
YUV 79.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 175 32 70 0 0.82 0.60 0.31 344.06 0.69 0.41
Hex AF 20 46 0 52 3C 1F 158 45 29
Octal 257 40 106 0 122 74 37 530 105 51
Binary 10101111 100000 1000110 0 1010010 111100 11111 101011000 1000101 101001

Color Harmonies of #AF2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2046

Black with #AF2046

Text Example


Text Example

White with #AF2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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