Html Css Color HEX #AF3644 Old Rose

📋 copy color: '#AF3644'

red 175 ◦ green 54 ◦ blue 68

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

Shades of Old Rose #AF3644

Tints of Old Rose #AF3644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 58.92%
G = 18.18%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF3644 (or 0xAF3644) is known color: Old Rose. HEX triplet: AF, 36 and 44. RGB value is (175,54,68). Sum of RGB (Red+Green+Blue) = 175+54+68=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3644 is #50C9BB. Grayscale: #5B5B5B. Windows color (decimal): -5294524 or 4470447. OLE color: 4470447.

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

Color convert

RGB 175 54 68 -
CMYK 0 0.69 0.61 0.31
HSL 353.06º 0.53% 0.45% -
HSV(B) 353.06º 0.69% 0.69% -
XYZ 20.04 12.17 6.76 -
YUV 91.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 175 54 68 0 0.69 0.61 0.31 353.06 0.53 0.45
Hex AF 36 44 0 45 3D 1F 161 35 2D
Octal 257 66 104 0 105 75 37 541 65 55
Binary 10101111 110110 1000100 0 1000101 111101 11111 101100001 110101 101101

Color Harmonies of #AF3644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3644

Black with #AF3644

Text Example


Text Example

White with #AF3644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3644; }

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

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

background-color css

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

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

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

border-color css

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

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

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