Html Css Color HEX #AF3346 Old Rose

📋 copy color: '#AF3346'

red 175 ◦ green 51 ◦ blue 70

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

Shades of Old Rose #AF3346

Tints of Old Rose #AF3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 59.12%
G = 17.23%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF3346 (or 0xAF3346) is known color: Old Rose. HEX triplet: AF, 33 and 46. RGB value is (175,51,70). Sum of RGB (Red+Green+Blue) = 175+51+70=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3346 is #50CCB9. Grayscale: #5A5A5A. Windows color (decimal): -5295290 or 4600751. OLE color: 4600751.

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

Color convert

RGB 175 51 70 -
CMYK 0 0.71 0.60 0.31
HSL 350.81º 0.55% 0.44% -
HSV(B) 350.81º 0.71% 0.69% -
XYZ 19.97 11.92 7.04 -
YUV 90.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 175 51 70 0 0.71 0.60 0.31 350.81 0.55 0.44
Hex AF 33 46 0 47 3C 1F 15F 37 2C
Octal 257 63 106 0 107 74 37 537 67 54
Binary 10101111 110011 1000110 0 1000111 111100 11111 101011111 110111 101100

Color Harmonies of #AF3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3346

Black with #AF3346

Text Example


Text Example

White with #AF3346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3346; }

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

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

background-color css

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

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

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

border-color css

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

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

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