#af4f2d

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

Shades of Rose Of Sharon #AF4F2D

Tints of Rose Of Sharon #AF4F2D

Color information

#AF4F2D (or 0xAF4F2D) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4F and 2D. RGB value is (175,79,45). Sum of RGB (Red+Green+Blue) = 175+79+45=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F2D is #50B0D2. Grayscale: #686868. Windows color (decimal): -5288147 or 2969519. OLE color: 2969519.

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

Color convert

RGB1757945-
CMYK00.550.740.31
HSL15.69º59.09%43.14%-
HSV(B)15.69º74.29%68.63%-
XYZ20.9514.94.25-
YUV103.8394.8178.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=58.53%
G=26.42%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175794500.550.740.3115.6959.0943.14
HexAF4F2D0374A1F103b2b
Octal2571175506711237207353
Binary101011111001111101101011011110010101111110000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4f2d; }

 p { color: rgb(175,79,45); }

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

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

 a { background-color: rgb(175,79,45); }

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

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

 span { border-color: rgb(175,79,45); }

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