#A25746

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

Shades of Crail #A25746

Tints of Crail #A25746

Color information

#A25746 (or 0xA25746) is unknown color: approx Crail. HEX triplet: A2, 57 and 46. RGB value is (162,87,70). Sum of RGB (Red+Green+Blue) = 162+87+70=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25746 is #5DA8B9. Grayscale: #6B6B6B. Windows color (decimal): -6138042 or 4609954. OLE color: 4609954.

HSL color Cylindrical-coordinate representation of color #A25746: hue angle of 11.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25746 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1628770-
CMYK00.460.570.36
HSL11.09º39.66%45.49%-
HSV(B)11.09º56.79%63.53%-
XYZ19.4114.947.65-
YUV107.49106.85166.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=50.78%
G=27.27%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162877000.460.570.3611.0939.6645.49
HexA2574602E3924b282d
Octal2421271060567144135055
Binary101000101010111100011001011101110011001001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25746; }

 p { color: rgb(162,87,70); }

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

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

 a { background-color: rgb(162,87,70); }

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

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

 span { border-color: rgb(162,87,70); }

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