Html Css Color HEX #AF2146 Old Rose

📋 copy color: '#AF2146'

red 175 ◦ green 33 ◦ blue 70

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

Shades of Old Rose #AF2146

Tints of Old Rose #AF2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 62.95%
G = 11.87%
B = 25.18%

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

#AF2146 (or 0xAF2146) is known color: Old Rose. HEX triplet: AF, 21 and 46. RGB value is (175,33,70). Sum of RGB (Red+Green+Blue) = 175+33+70=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2146 is #50DEB9. Grayscale: #4F4F4F. Windows color (decimal): -5299898 or 4596143. OLE color: 4596143.

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

Color convert

RGB 175 33 70 -
CMYK 0 0.81 0.60 0.31
HSL 344.37º 0.68% 0.41% -
HSV(B) 344.37º 0.81% 0.69% -
XYZ 19.33 10.64 6.83 -
YUV 79.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 175 33 70 0 0.81 0.60 0.31 344.37 0.68 0.41
Hex AF 21 46 0 51 3C 1F 158 44 29
Octal 257 41 106 0 121 74 37 530 104 51
Binary 10101111 100001 1000110 0 1010001 111100 11111 101011000 1000100 101001

Color Harmonies of #AF2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2146

Black with #AF2146

Text Example


Text Example

White with #AF2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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