Html Css Color HEX #AF224E Old Rose

📋 copy color: '#AF224E'

red 175 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #AF224E

Tints of Old Rose #AF224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 60.98%
G = 11.85%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF224E (or 0xAF224E) is known color: Old Rose. HEX triplet: AF, 22 and 4E. RGB value is (175,34,78). Sum of RGB (Red+Green+Blue) = 175+34+78=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF224E is #50DDB1. Grayscale: #515151. Windows color (decimal): -5299634 or 5120687. OLE color: 5120687.

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

Color convert

RGB 175 34 78 -
CMYK 0 0.81 0.55 0.31
HSL 341.28º 0.67% 0.41% -
HSV(B) 341.28º 0.81% 0.69% -
XYZ 19.63 10.81 8.26 -
YUV 81.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 175 34 78 0 0.81 0.55 0.31 341.28 0.67 0.41
Hex AF 22 4E 0 51 37 1F 155 43 29
Octal 257 42 116 0 121 67 37 525 103 51
Binary 10101111 100010 1001110 0 1010001 110111 11111 101010101 1000011 101001

Color Harmonies of #AF224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF224E

Black with #AF224E

Text Example


Text Example

White with #AF224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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