Html Css Color HEX #AF3446 Old Rose

📋 copy color: '#AF3446'

red 175 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #AF3446

Tints of Old Rose #AF3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 58.92%
G = 17.51%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF3446 (or 0xAF3446) is known color: Old Rose. HEX triplet: AF, 34 and 46. RGB value is (175,52,70). Sum of RGB (Red+Green+Blue) = 175+52+70=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3446 is #50CBB9. Grayscale: #5A5A5A. Windows color (decimal): -5295034 or 4601007. OLE color: 4601007.

HSL color Cylindrical-coordinate representation of color #AF3446: hue angle of 351.22º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3446 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 70 -
CMYK 0 0.70 0.60 0.31
HSL 351.22º 0.54% 0.45% -
HSV(B) 351.22º 0.7% 0.69% -
XYZ 20.01 12.01 7.06 -
YUV 90.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 175 52 70 0 0.70 0.60 0.31 351.22 0.54 0.45
Hex AF 34 46 0 46 3C 1F 15F 36 2D
Octal 257 64 106 0 106 74 37 537 66 55
Binary 10101111 110100 1000110 0 1000110 111100 11111 101011111 110110 101101

Color Harmonies of #AF3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3446

Black with #AF3446

Text Example


Text Example

White with #AF3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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