#AF4A30

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

Shades of Rose Of Sharon #AF4A30

Tints of Rose Of Sharon #AF4A30

Color information

#AF4A30 (or 0xAF4A30) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4A and 30. RGB value is (175,74,48). Sum of RGB (Red+Green+Blue) = 175+74+48=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A30 is #50B5CF. Grayscale: #656565. Windows color (decimal): -5289424 or 3164847. OLE color: 3164847.

HSL color Cylindrical-coordinate representation of color #AF4A30: hue angle of 12.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF4A30 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1757448-
CMYK00.580.730.31
HSL12.28º56.95%43.73%-
HSV(B)12.28º72.57%68.63%-
XYZ20.6614.224.45-
YUV101.2397.96180.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=58.92%
G=24.92%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175744800.580.730.3112.2856.9543.73
HexAF4A3003A491Fc392c
Octal2571126007211137147154
Binary10101111100101011000001110101001001111111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A30; }

 p { color: rgb(175,74,48); }

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

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

 a { background-color: rgb(175,74,48); }

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

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

 span { border-color: rgb(175,74,48); }

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