Html Css Color HEX #AF214A Old Rose

📋 copy color: '#AF214A'

red 175 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #AF214A

Tints of Old Rose #AF214A

RGB

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

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

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

R = 62.06%
G = 11.7%
B = 26.24%

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

#AF214A (or 0xAF214A) is known color: Old Rose. HEX triplet: AF, 21 and 4A. RGB value is (175,33,74). Sum of RGB (Red+Green+Blue) = 175+33+74=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF214A is #50DEB5. Grayscale: #505050. Windows color (decimal): -5299894 or 4858287. OLE color: 4858287.

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

Color convert

RGB 175 33 74 -
CMYK 0 0.81 0.58 0.31
HSL 342.68º 0.68% 0.41% -
HSV(B) 342.68º 0.81% 0.69% -
XYZ 19.46 10.7 7.52 -
YUV 80.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 175 33 74 0 0.81 0.58 0.31 342.68 0.68 0.41
Hex AF 21 4A 0 51 3A 1F 157 44 29
Octal 257 41 112 0 121 72 37 527 104 51
Binary 10101111 100001 1001010 0 1010001 111010 11111 101010111 1000100 101001

Color Harmonies of #AF214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF214A

Black with #AF214A

Text Example


Text Example

White with #AF214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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