#AF5A4B

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

Shades of Crail #AF5A4B

Tints of Crail #AF5A4B

Color information

#AF5A4B (or 0xAF5A4B) is unknown color: approx Crail. HEX triplet: AF, 5A and 4B. RGB value is (175,90,75). Sum of RGB (Red+Green+Blue) = 175+90+75=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A4B is #50A5B4. Grayscale: #717171. Windows color (decimal): -5285301 or 4938415. OLE color: 4938415.

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

Color convert

RGB1759075-
CMYK00.490.570.31
HSL40%49.02%-
HSV(B)57.14%68.63%-
XYZ22.6116.938.73-
YUV113.7106.16171.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=51.47%
G=26.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175907500.490.570.3194049.02
HexAF5A4B031391F92831
Octal2571321130617137115061
Binary10101111101101010010110110001111001111111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A4B; }

 p { color: rgb(175,90,75); }

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

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

 a { background-color: rgb(175,90,75); }

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

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

 span { border-color: rgb(175,90,75); }

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