#AF4528

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

Shades of Rose Of Sharon #AF4528

Tints of Rose Of Sharon #AF4528

Color information

#AF4528 (or 0xAF4528) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 45 and 28. RGB value is (175,69,40). Sum of RGB (Red+Green+Blue) = 175+69+40=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4528 is #50BAD7. Grayscale: #616161. Windows color (decimal): -5290712 or 2639279. OLE color: 2639279.

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

Color convert

RGB1756940-
CMYK00.610.770.31
HSL12.89º62.79%42.16%-
HSV(B)12.89º77.14%68.63%-
XYZ20.1913.523.55-
YUV97.3995.62183.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=61.62%
G=24.30%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175694000.610.770.3112.8962.7942.16
HexAF452803D4D1Fd3f2a
Octal2571055007511537157752
Binary10101111100010110100001111011001101111111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4528; }

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

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

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

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

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

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

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

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