Html Css Color HEX #AF3046 Old Rose

📋 copy color: '#AF3046'

red 175 ◦ green 48 ◦ blue 70

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

Shades of Old Rose #AF3046

Tints of Old Rose #AF3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 59.73%
G = 16.38%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF3046 (or 0xAF3046) is known color: Old Rose. HEX triplet: AF, 30 and 46. RGB value is (175,48,70). Sum of RGB (Red+Green+Blue) = 175+48+70=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3046 is #50CFB9. Grayscale: #585858. Windows color (decimal): -5296058 or 4599983. OLE color: 4599983.

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

Color convert

RGB 175 48 70 -
CMYK 0 0.73 0.60 0.31
HSL 349.61º 0.57% 0.44% -
HSV(B) 349.61º 0.73% 0.69% -
XYZ 19.84 11.67 7 -
YUV 88.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 175 48 70 0 0.73 0.60 0.31 349.61 0.57 0.44
Hex AF 30 46 0 49 3C 1F 15E 39 2C
Octal 257 60 106 0 111 74 37 536 71 54
Binary 10101111 110000 1000110 0 1001001 111100 11111 101011110 111001 101100

Color Harmonies of #AF3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3046

Black with #AF3046

Text Example


Text Example

White with #AF3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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