Html Css Color HEX #AF2144 Old Rose

📋 copy color: '#AF2144'

red 175 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #AF2144

Tints of Old Rose #AF2144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 63.41%
G = 11.96%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF2144 (or 0xAF2144) is known color: Old Rose. HEX triplet: AF, 21 and 44. RGB value is (175,33,68). Sum of RGB (Red+Green+Blue) = 175+33+68=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2144 is #50DEBB. Grayscale: #4F4F4F. Windows color (decimal): -5299900 or 4465071. OLE color: 4465071.

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

Color convert

RGB 175 33 68 -
CMYK 0 0.81 0.61 0.31
HSL 345.21º 0.68% 0.41% -
HSV(B) 345.21º 0.81% 0.69% -
XYZ 19.27 10.62 6.5 -
YUV 79.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 175 33 68 0 0.81 0.61 0.31 345.21 0.68 0.41
Hex AF 21 44 0 51 3D 1F 159 44 29
Octal 257 41 104 0 121 75 37 531 104 51
Binary 10101111 100001 1000100 0 1010001 111101 11111 101011001 1000100 101001

Color Harmonies of #AF2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2144

Black with #AF2144

Text Example


Text Example

White with #AF2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2144; }

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

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

background-color css

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

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

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

border-color css

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

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

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