Html Css Color HEX #AF204C Old Rose

📋 copy color: '#AF204C'

red 175 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #AF204C

Tints of Old Rose #AF204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 61.84%
G = 11.31%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF204C (or 0xAF204C) is known color: Old Rose. HEX triplet: AF, 20 and 4C. RGB value is (175,32,76). Sum of RGB (Red+Green+Blue) = 175+32+76=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF204C is #50DFB3. Grayscale: #4F4F4F. Windows color (decimal): -5300148 or 4989103. OLE color: 4989103.

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

Color convert

RGB 175 32 76 -
CMYK 0 0.82 0.57 0.31
HSL 341.54º 0.69% 0.41% -
HSV(B) 341.54º 0.82% 0.69% -
XYZ 19.5 10.67 7.87 -
YUV 79.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 175 32 76 0 0.82 0.57 0.31 341.54 0.69 0.41
Hex AF 20 4C 0 52 39 1F 156 45 29
Octal 257 40 114 0 122 71 37 526 105 51
Binary 10101111 100000 1001100 0 1010010 111001 11111 101010110 1000101 101001

Color Harmonies of #AF204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF204C

Black with #AF204C

Text Example


Text Example

White with #AF204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF204C; }

 p { color: rgb(175,32,76); }

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

background-color css

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

 a { background-color: rgb(175,32,76); }

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

border-color css

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

 span { border-color: rgb(175,32,76); }

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