Html Css Color HEX #AF224A Old Rose

📋 copy color: '#AF224A'

red 175 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #AF224A

Tints of Old Rose #AF224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 61.84%
G = 12.01%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF224A (or 0xAF224A) is known color: Old Rose. HEX triplet: AF, 22 and 4A. RGB value is (175,34,74). Sum of RGB (Red+Green+Blue) = 175+34+74=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF224A is #50DDB5. Grayscale: #505050. Windows color (decimal): -5299638 or 4858543. OLE color: 4858543.

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

Color convert

RGB 175 34 74 -
CMYK 0 0.81 0.58 0.31
HSL 342.98º 0.67% 0.41% -
HSV(B) 342.98º 0.81% 0.69% -
XYZ 19.49 10.75 7.53 -
YUV 80.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 175 34 74 0 0.81 0.58 0.31 342.98 0.67 0.41
Hex AF 22 4A 0 51 3A 1F 157 43 29
Octal 257 42 112 0 121 72 37 527 103 51
Binary 10101111 100010 1001010 0 1010001 111010 11111 101010111 1000011 101001

Color Harmonies of #AF224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF224A

Black with #AF224A

Text Example


Text Example

White with #AF224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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