Html Css Color HEX #AF3246 Old Rose

📋 copy color: '#AF3246'

red 175 ◦ green 50 ◦ blue 70

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

Shades of Old Rose #AF3246

Tints of Old Rose #AF3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 59.32%
G = 16.95%
B = 23.73%

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

#AF3246 (or 0xAF3246) is known color: Old Rose. HEX triplet: AF, 32 and 46. RGB value is (175,50,70). Sum of RGB (Red+Green+Blue) = 175+50+70=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3246 is #50CDB9. Grayscale: #595959. Windows color (decimal): -5295546 or 4600495. OLE color: 4600495.

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

Color convert

RGB 175 50 70 -
CMYK 0 0.71 0.60 0.31
HSL 350.4º 0.56% 0.44% -
HSV(B) 350.4º 0.71% 0.69% -
XYZ 19.93 11.84 7.03 -
YUV 89.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 175 50 70 0 0.71 0.60 0.31 350.4 0.56 0.44
Hex AF 32 46 0 47 3C 1F 15E 38 2C
Octal 257 62 106 0 107 74 37 536 70 54
Binary 10101111 110010 1000110 0 1000111 111100 11111 101011110 111000 101100

Color Harmonies of #AF3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3246

Black with #AF3246

Text Example


Text Example

White with #AF3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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