Html Css Color HEX #AF224D Old Rose

📋 copy color: '#AF224D'

red 175 ◦ green 34 ◦ blue 77

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

Shades of Old Rose #AF224D

Tints of Old Rose #AF224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 61.19%
G = 11.89%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF224D (or 0xAF224D) is known color: Old Rose. HEX triplet: AF, 22 and 4D. RGB value is (175,34,77). Sum of RGB (Red+Green+Blue) = 175+34+77=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF224D is #50DDB2. Grayscale: #515151. Windows color (decimal): -5299635 or 5055151. OLE color: 5055151.

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

Color convert

RGB 175 34 77 -
CMYK 0 0.81 0.56 0.31
HSL 341.7º 0.67% 0.41% -
HSV(B) 341.7º 0.81% 0.69% -
XYZ 19.59 10.79 8.07 -
YUV 81.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 175 34 77 0 0.81 0.56 0.31 341.7 0.67 0.41
Hex AF 22 4D 0 51 38 1F 156 43 29
Octal 257 42 115 0 121 70 37 526 103 51
Binary 10101111 100010 1001101 0 1010001 111000 11111 101010110 1000011 101001

Color Harmonies of #AF224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF224D

Black with #AF224D

Text Example


Text Example

White with #AF224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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