#AF4E23

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

Shades of Rose Of Sharon #AF4E23

Tints of Rose Of Sharon #AF4E23

Color information

#AF4E23 (or 0xAF4E23) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4E and 23. RGB value is (175,78,35). Sum of RGB (Red+Green+Blue) = 175+78+35=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E23 is #50B1DC. Grayscale: #666666. Windows color (decimal): -5288413 or 2313903. OLE color: 2313903.

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

Color convert

RGB1757835-
CMYK00.550.80.31
HSL18.43º66.67%41.18%-
HSV(B)18.43º80%68.63%-
XYZ20.7114.683.33-
YUV102.190.14180-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 35 (14.06% from 255) = 12.15%
R=60.76%
G=27.08%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175783500.550.80.3118.4366.6741.18
HexAF4E23037501F124329
Octal25711643067120372210351
Binary1010111110011101000110110111101000011111100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E23; }

 p { color: rgb(175,78,35); }

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

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

 a { background-color: rgb(175,78,35); }

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

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

 span { border-color: rgb(175,78,35); }

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