Html Css Color HEX #AF3146 Old Rose

📋 copy color: '#AF3146'

red 175 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #AF3146

Tints of Old Rose #AF3146

RGB

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

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

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

R = 59.52%
G = 16.67%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF3146 (or 0xAF3146) is known color: Old Rose. HEX triplet: AF, 31 and 46. RGB value is (175,49,70). Sum of RGB (Red+Green+Blue) = 175+49+70=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3146 is #50CEB9. Grayscale: #595959. Windows color (decimal): -5295802 or 4600239. OLE color: 4600239.

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

Color convert

RGB 175 49 70 -
CMYK 0 0.72 0.60 0.31
HSL 350º 0.56% 0.44% -
HSV(B) 350º 0.72% 0.69% -
XYZ 19.88 11.75 7.01 -
YUV 89.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 175 49 70 0 0.72 0.60 0.31 350 0.56 0.44
Hex AF 31 46 0 48 3C 1F 15E 38 2C
Octal 257 61 106 0 110 74 37 536 70 54
Binary 10101111 110001 1000110 0 1001000 111100 11111 101011110 111000 101100

Color Harmonies of #AF3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3146

Black with #AF3146

Text Example


Text Example

White with #AF3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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