Html Css Color HEX #AF204D Old Rose

📋 copy color: '#AF204D'

red 175 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #AF204D

Tints of Old Rose #AF204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 61.62%
G = 11.27%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF204D (or 0xAF204D) is known color: Old Rose. HEX triplet: AF, 20 and 4D. RGB value is (175,32,77). Sum of RGB (Red+Green+Blue) = 175+32+77=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF204D is #50DFB2. Grayscale: #4F4F4F. Windows color (decimal): -5300147 or 5054639. OLE color: 5054639.

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

Color convert

RGB 175 32 77 -
CMYK 0 0.82 0.56 0.31
HSL 341.12º 0.69% 0.41% -
HSV(B) 341.12º 0.82% 0.69% -
XYZ 19.54 10.68 8.05 -
YUV 79.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 175 32 77 0 0.82 0.56 0.31 341.12 0.69 0.41
Hex AF 20 4D 0 52 38 1F 155 45 29
Octal 257 40 115 0 122 70 37 525 105 51
Binary 10101111 100000 1001101 0 1010010 111000 11111 101010101 1000101 101001

Color Harmonies of #AF204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF204D

Black with #AF204D

Text Example


Text Example

White with #AF204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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