Html Css Color HEX #AF3647 Old Rose

📋 copy color: '#AF3647'

red 175 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #AF3647

Tints of Old Rose #AF3647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.67%

R = 58.33%
G = 18%
B = 23.67%

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

#AF3647 (or 0xAF3647) is known color: Old Rose. HEX triplet: AF, 36 and 47. RGB value is (175,54,71). Sum of RGB (Red+Green+Blue) = 175+54+71=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3647 is #50C9B8. Grayscale: #5C5C5C. Windows color (decimal): -5294521 or 4667055. OLE color: 4667055.

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

Color convert

RGB 175 54 71 -
CMYK 0 0.69 0.59 0.31
HSL 351.57º 0.53% 0.45% -
HSV(B) 351.57º 0.69% 0.69% -
XYZ 20.14 12.21 7.26 -
YUV 92.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 175 54 71 0 0.69 0.59 0.31 351.57 0.53 0.45
Hex AF 36 47 0 45 3B 1F 160 35 2D
Octal 257 66 107 0 105 73 37 540 65 55
Binary 10101111 110110 1000111 0 1000101 111011 11111 101100000 110101 101101

Color Harmonies of #AF3647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3647

Black with #AF3647

Text Example


Text Example

White with #AF3647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3647; }

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

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

background-color css

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

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

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

border-color css

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

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

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