Html Css Color HEX #AF3344 Old Rose

📋 copy color: '#AF3344'

red 175 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #AF3344

Tints of Old Rose #AF3344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 59.52%
G = 17.35%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF3344 (or 0xAF3344) is known color: Old Rose. HEX triplet: AF, 33 and 44. RGB value is (175,51,68). Sum of RGB (Red+Green+Blue) = 175+51+68=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3344 is #50CCBB. Grayscale: #5A5A5A. Windows color (decimal): -5295292 or 4469679. OLE color: 4469679.

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

Color convert

RGB 175 51 68 -
CMYK 0 0.71 0.61 0.31
HSL 351.77º 0.55% 0.44% -
HSV(B) 351.77º 0.71% 0.69% -
XYZ 19.91 11.9 6.72 -
YUV 90.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 175 51 68 0 0.71 0.61 0.31 351.77 0.55 0.44
Hex AF 33 44 0 47 3D 1F 160 37 2C
Octal 257 63 104 0 107 75 37 540 67 54
Binary 10101111 110011 1000100 0 1000111 111101 11111 101100000 110111 101100

Color Harmonies of #AF3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3344

Black with #AF3344

Text Example


Text Example

White with #AF3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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