#af4828

Color #AF4828 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AF4828

Tints of Rose Of Sharon #AF4828

Color information

#AF4828 (or 0xAF4828) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 48 and 28. RGB value is (175,72,40). Sum of RGB (Red+Green+Blue) = 175+72+40=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4828 is #50B7D7. Grayscale: #636363. Windows color (decimal): -5289944 or 2640047. OLE color: 2640047.

HSL color Cylindrical-coordinate representation of color #AF4828: hue angle of 14.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF4828 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1757240-
CMYK00.590.770.31
HSL14.22º62.79%42.16%-
HSV(B)14.22º77.14%68.63%-
XYZ20.3813.93.62-
YUV99.1594.62182.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=60.98%
G=25.09%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175724000.590.770.3114.2262.7942.16
HexAF482803B4D1Fe3f2a
Octal2571105007311537167752
Binary10101111100100010100001110111001101111111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4828; }

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

 H1.HeaderClassName
 {
   color: #af4828;
 }
 .AnyTagClassName
 {
   color: #af4828;
 }
</style>
background-color css

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

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

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

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

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

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