Html Css Color HEX #AF294C Old Rose

📋 copy color: '#AF294C'

red 175 ◦ green 41 ◦ blue 76

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

Shades of Old Rose #AF294C

Tints of Old Rose #AF294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 59.93%
G = 14.04%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF294C (or 0xAF294C) is known color: Old Rose. HEX triplet: AF, 29 and 4C. RGB value is (175,41,76). Sum of RGB (Red+Green+Blue) = 175+41+76=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF294C is #50D6B3. Grayscale: #555555. Windows color (decimal): -5297844 or 4991407. OLE color: 4991407.

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

Color convert

RGB 175 41 76 -
CMYK 0 0.77 0.57 0.31
HSL 344.33º 0.62% 0.42% -
HSV(B) 344.33º 0.77% 0.69% -
XYZ 19.78 11.22 7.96 -
YUV 85.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 175 41 76 0 0.77 0.57 0.31 344.33 0.62 0.42
Hex AF 29 4C 0 4D 39 1F 158 3E 2A
Octal 257 51 114 0 115 71 37 530 76 52
Binary 10101111 101001 1001100 0 1001101 111001 11111 101011000 111110 101010

Color Harmonies of #AF294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF294C

Black with #AF294C

Text Example


Text Example

White with #AF294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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