Html Css Color HEX #AF294F Old Rose

📋 copy color: '#AF294F'

red 175 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #AF294F

Tints of Old Rose #AF294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 59.32%
G = 13.9%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF294F (or 0xAF294F) is known color: Old Rose. HEX triplet: AF, 29 and 4F. RGB value is (175,41,79). Sum of RGB (Red+Green+Blue) = 175+41+79=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF294F is #50D6B0. Grayscale: #555555. Windows color (decimal): -5297841 or 5188015. OLE color: 5188015.

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

Color convert

RGB 175 41 79 -
CMYK 0 0.77 0.55 0.31
HSL 342.99º 0.62% 0.42% -
HSV(B) 342.99º 0.77% 0.69% -
XYZ 19.88 11.26 8.52 -
YUV 85.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 175 41 79 0 0.77 0.55 0.31 342.99 0.62 0.42
Hex AF 29 4F 0 4D 37 1F 157 3E 2A
Octal 257 51 117 0 115 67 37 527 76 52
Binary 10101111 101001 1001111 0 1001101 110111 11111 101010111 111110 101010

Color Harmonies of #AF294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF294F

Black with #AF294F

Text Example


Text Example

White with #AF294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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