Html Css Color HEX #AF1E46 Old Rose

📋 copy color: '#AF1E46'

red 175 ◦ green 30 ◦ blue 70

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

Shades of Old Rose #AF1E46

Tints of Old Rose #AF1E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 63.64%
G = 10.91%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1E46 (or 0xAF1E46) is known color: Old Rose. HEX triplet: AF, 1E and 46. RGB value is (175,30,70). Sum of RGB (Red+Green+Blue) = 175+30+70=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E46 is #50E1B9. Grayscale: #4D4D4D. Windows color (decimal): -5300666 or 4595375. OLE color: 4595375.

HSL color Cylindrical-coordinate representation of color #AF1E46: hue angle of 343.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E46 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 70 -
CMYK 0 0.83 0.60 0.31
HSL 343.45º 0.71% 0.4% -
HSV(B) 343.45º 0.83% 0.69% -
XYZ 19.25 10.48 6.8 -
YUV 77.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 175 30 70 0 0.83 0.60 0.31 343.45 0.71 0.4
Hex AF 1E 46 0 53 3C 1F 157 47 28
Octal 257 36 106 0 123 74 37 527 107 50
Binary 10101111 11110 1000110 0 1010011 111100 11111 101010111 1000111 101000

Color Harmonies of #AF1E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E46

Black with #AF1E46

Text Example


Text Example

White with #AF1E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E46; }

 p { color: rgb(175,30,70); }

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

background-color css

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

 a { background-color: rgb(175,30,70); }

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

border-color css

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

 span { border-color: rgb(175,30,70); }

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