#AF543F

Color #AF543F Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #AF543F

Tints of Crail #AF543F

Color information

#AF543F (or 0xAF543F) is unknown color: approx Crail. HEX triplet: AF, 54 and 3F. RGB value is (175,84,63). Sum of RGB (Red+Green+Blue) = 175+84+63=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF543F is #50ABC0. Grayscale: #6C6C6C. Windows color (decimal): -5286849 or 4150447. OLE color: 4150447.

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

Color convert

RGB1758463-
CMYK00.520.640.31
HSL11.25º47.06%46.67%-
HSV(B)11.25º64%68.63%-
XYZ21.7515.816.61-
YUV108.82102.15175.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 63 (25% from 255) = 19.57%
R=54.35%
G=26.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175846300.520.640.3111.2547.0646.67
HexAF543F034401Fb2f2f
Octal2571247706410037135757
Binary10101111101010011111101101001000000111111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF543F; }

 p { color: rgb(175,84,63); }

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

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

 a { background-color: rgb(175,84,63); }

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

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

 span { border-color: rgb(175,84,63); }

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