Html Css Color HEX #AF244A Old Rose

📋 copy color: '#AF244A'

red 175 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #AF244A

Tints of Old Rose #AF244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

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

R = 61.4%
G = 12.63%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF244A (or 0xAF244A) is known color: Old Rose. HEX triplet: AF, 24 and 4A. RGB value is (175,36,74). Sum of RGB (Red+Green+Blue) = 175+36+74=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF244A is #50DBB5. Grayscale: #515151. Windows color (decimal): -5299126 or 4859055. OLE color: 4859055.

HSL color Cylindrical-coordinate representation of color #AF244A: hue angle of 343.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF244A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 74 -
CMYK 0 0.79 0.58 0.31
HSL 343.6º 0.66% 0.41% -
HSV(B) 343.6º 0.79% 0.69% -
XYZ 19.55 10.87 7.55 -
YUV 81.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 175 36 74 0 0.79 0.58 0.31 343.6 0.66 0.41
Hex AF 24 4A 0 4F 3A 1F 158 42 29
Octal 257 44 112 0 117 72 37 530 102 51
Binary 10101111 100100 1001010 0 1001111 111010 11111 101011000 1000010 101001

Color Harmonies of #AF244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF244A

Black with #AF244A

Text Example


Text Example

White with #AF244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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