Html Css Color HEX #AF3648 Old Rose

📋 copy color: '#AF3648'

red 175 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #AF3648

Tints of Old Rose #AF3648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 58.14%
G = 17.94%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF3648 (or 0xAF3648) is known color: Old Rose. HEX triplet: AF, 36 and 48. RGB value is (175,54,72). Sum of RGB (Red+Green+Blue) = 175+54+72=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3648 is #50C9B7. Grayscale: #5C5C5C. Windows color (decimal): -5294520 or 4732591. OLE color: 4732591.

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

Color convert

RGB 175 54 72 -
CMYK 0 0.69 0.59 0.31
HSL 351.07º 0.53% 0.45% -
HSV(B) 351.07º 0.69% 0.69% -
XYZ 20.17 12.22 7.43 -
YUV 92.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 175 54 72 0 0.69 0.59 0.31 351.07 0.53 0.45
Hex AF 36 48 0 45 3B 1F 15F 35 2D
Octal 257 66 110 0 105 73 37 537 65 55
Binary 10101111 110110 1001000 0 1000101 111011 11111 101011111 110101 101101

Color Harmonies of #AF3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3648

Black with #AF3648

Text Example


Text Example

White with #AF3648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3648; }

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

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

background-color css

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

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

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

border-color css

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

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

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