#AF5C4A

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

Shades of Crail #AF5C4A

Tints of Crail #AF5C4A

Color information

#AF5C4A (or 0xAF5C4A) is unknown color: approx Crail. HEX triplet: AF, 5C and 4A. RGB value is (175,92,74). Sum of RGB (Red+Green+Blue) = 175+92+74=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C4A is #50A3B5. Grayscale: #727272. Windows color (decimal): -5284790 or 4873391. OLE color: 4873391.

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

Color convert

RGB1759274-
CMYK00.470.580.31
HSL10.69º40.56%48.82%-
HSV(B)10.69º57.71%68.63%-
XYZ22.7417.268.61-
YUV114.76105170.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=51.32%
G=26.98%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175927400.470.580.3110.6940.5648.82
HexAF5C4A02F3A1Fb2931
Octal2571341120577237135161
Binary10101111101110010010100101111111010111111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C4A; }

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

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

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

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

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

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

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

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