#AF5329

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

Shades of Rose Of Sharon #AF5329

Tints of Rose Of Sharon #AF5329

Color information

#AF5329 (or 0xAF5329) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 53 and 29. RGB value is (175,83,41). Sum of RGB (Red+Green+Blue) = 175+83+41=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5329 is #50ACD6. Grayscale: #696969. Windows color (decimal): -5287127 or 2708399. OLE color: 2708399.

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

Color convert

RGB1758341-
CMYK00.530.770.31
HSL18.81º62.04%42.35%-
HSV(B)18.81º76.57%68.63%-
XYZ21.1715.463.97-
YUV105.7291.48177.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=58.53%
G=27.76%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175834100.530.770.3118.8162.0442.35
HexAF53290354D1F133e2a
Octal2571235106511537237652
Binary101011111010011101001011010110011011111110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5329; }

 p { color: rgb(175,83,41); }

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

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

 a { background-color: rgb(175,83,41); }

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

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

 span { border-color: rgb(175,83,41); }

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