#AF5126

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

Shades of Rose Of Sharon #AF5126

Tints of Rose Of Sharon #AF5126

Color information

#AF5126 (or 0xAF5126) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 51 and 26. RGB value is (175,81,38). Sum of RGB (Red+Green+Blue) = 175+81+38=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5126 is #50AED9. Grayscale: #686868. Windows color (decimal): -5287642 or 2511279. OLE color: 2511279.

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

Color convert

RGB1758138-
CMYK00.540.780.31
HSL18.83º64.32%41.76%-
HSV(B)18.83º78.29%68.63%-
XYZ20.9715.143.65-
YUV104.290.64178.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=59.52%
G=27.55%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175813800.540.780.3118.8364.3241.76
HexAF51260364E1F13402a
Octal25712146066116372310052
Binary1010111110100011001100110110100111011111100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5126; }

 p { color: rgb(175,81,38); }

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

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

 a { background-color: rgb(175,81,38); }

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

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

 span { border-color: rgb(175,81,38); }

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