#AF5C4E

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

Shades of Crail #AF5C4E

Tints of Crail #AF5C4E

Color information

#AF5C4E (or 0xAF5C4E) is unknown color: approx Crail. HEX triplet: AF, 5C and 4E. RGB value is (175,92,78). Sum of RGB (Red+Green+Blue) = 175+92+78=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C4E is #50A3B1. Grayscale: #737373. Windows color (decimal): -5284786 or 5135535. OLE color: 5135535.

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

Color convert

RGB1759278-
CMYK00.470.550.31
HSL8.66º38.34%49.61%-
HSV(B)8.66º55.43%68.63%-
XYZ22.8817.329.34-
YUV115.22107170.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=50.72%
G=26.67%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175927800.470.550.318.6638.3449.61
HexAF5C4E02F371F92632
Octal2571341160576737114662
Binary10101111101110010011100101111110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C4E; }

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

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

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

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

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

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

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

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