Html Css Color HEX #AF2253 Old Rose

📋 copy color: '#AF2253'

red 175 ◦ green 34 ◦ blue 83

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

Shades of Old Rose #AF2253

Tints of Old Rose #AF2253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 59.93%
G = 11.64%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2253 (or 0xAF2253) is known color: Old Rose. HEX triplet: AF, 22 and 53. RGB value is (175,34,83). Sum of RGB (Red+Green+Blue) = 175+34+83=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2253 is #50DDAC. Grayscale: #515151. Windows color (decimal): -5299629 or 5448367. OLE color: 5448367.

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

Color convert

RGB 175 34 83 -
CMYK 0 0.81 0.53 0.31
HSL 339.15º 0.67% 0.41% -
HSV(B) 339.15º 0.81% 0.69% -
XYZ 19.81 10.88 9.24 -
YUV 81.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 175 34 83 0 0.81 0.53 0.31 339.15 0.67 0.41
Hex AF 22 53 0 51 35 1F 153 43 29
Octal 257 42 123 0 121 65 37 523 103 51
Binary 10101111 100010 1010011 0 1010001 110101 11111 101010011 1000011 101001

Color Harmonies of #AF2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2253

Black with #AF2253

Text Example


Text Example

White with #AF2253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2253; }

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

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

background-color css

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

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

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

border-color css

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

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

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