Html Css Color HEX #AF3544 Old Rose

📋 copy color: '#AF3544'

red 175 ◦ green 53 ◦ blue 68

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

Shades of Old Rose #AF3544

Tints of Old Rose #AF3544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 59.12%
G = 17.91%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF3544 (or 0xAF3544) is known color: Old Rose. HEX triplet: AF, 35 and 44. RGB value is (175,53,68). Sum of RGB (Red+Green+Blue) = 175+53+68=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3544 is #50CABB. Grayscale: #5B5B5B. Windows color (decimal): -5294780 or 4470191. OLE color: 4470191.

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

Color convert

RGB 175 53 68 -
CMYK 0 0.70 0.61 0.31
HSL 352.62º 0.54% 0.45% -
HSV(B) 352.62º 0.7% 0.69% -
XYZ 20 12.08 6.75 -
YUV 91.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 175 53 68 0 0.70 0.61 0.31 352.62 0.54 0.45
Hex AF 35 44 0 46 3D 1F 161 36 2D
Octal 257 65 104 0 106 75 37 541 66 55
Binary 10101111 110101 1000100 0 1000110 111101 11111 101100001 110110 101101

Color Harmonies of #AF3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3544

Black with #AF3544

Text Example


Text Example

White with #AF3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3544; }

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

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

background-color css

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

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

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

border-color css

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

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

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