Html Css Color HEX #AF313F Old Rose

📋 copy color: '#AF313F'

red 175 ◦ green 49 ◦ blue 63

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

Shades of Old Rose #AF313F

Tints of Old Rose #AF313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 60.98%
G = 17.07%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF313F (or 0xAF313F) is known color: Old Rose. HEX triplet: AF, 31 and 3F. RGB value is (175,49,63). Sum of RGB (Red+Green+Blue) = 175+49+63=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF313F is #50CEC0. Grayscale: #585858. Windows color (decimal): -5295809 or 4141487. OLE color: 4141487.

HSL color Cylindrical-coordinate representation of color #AF313F: hue angle of 353.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF313F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 63 -
CMYK 0 0.72 0.64 0.31
HSL 353.33º 0.56% 0.44% -
HSV(B) 353.33º 0.72% 0.69% -
XYZ 19.67 11.67 5.92 -
YUV 88.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 175 49 63 0 0.72 0.64 0.31 353.33 0.56 0.44
Hex AF 31 3F 0 48 40 1F 161 38 2C
Octal 257 61 77 0 110 100 37 541 70 54
Binary 10101111 110001 111111 0 1001000 1000000 11111 101100001 111000 101100

Color Harmonies of #AF313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF313F

Black with #AF313F

Text Example


Text Example

White with #AF313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF313F; }

 p { color: rgb(175,49,63); }

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

background-color css

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

 a { background-color: rgb(175,49,63); }

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

border-color css

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

 span { border-color: rgb(175,49,63); }

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