Html Css Color HEX #AF3747 Old Rose

📋 copy color: '#AF3747'

red 175 ◦ green 55 ◦ blue 71

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

Shades of Old Rose #AF3747

Tints of Old Rose #AF3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 58.14%
G = 18.27%
B = 23.59%

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

#AF3747 (or 0xAF3747) is known color: Old Rose. HEX triplet: AF, 37 and 47. RGB value is (175,55,71). Sum of RGB (Red+Green+Blue) = 175+55+71=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3747 is #50C8B8. Grayscale: #5C5C5C. Windows color (decimal): -5294265 or 4667311. OLE color: 4667311.

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

Color convert

RGB 175 55 71 -
CMYK 0 0.69 0.59 0.31
HSL 352º 0.52% 0.45% -
HSV(B) 352º 0.69% 0.69% -
XYZ 20.18 12.3 7.27 -
YUV 92.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 175 55 71 0 0.69 0.59 0.31 352 0.52 0.45
Hex AF 37 47 0 45 3B 1F 160 34 2D
Octal 257 67 107 0 105 73 37 540 64 55
Binary 10101111 110111 1000111 0 1000101 111011 11111 101100000 110100 101101

Color Harmonies of #AF3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3747

Black with #AF3747

Text Example


Text Example

White with #AF3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3747; }

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

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

background-color css

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

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

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

border-color css

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

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

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