#A25745

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

Shades of Crail #A25745

Tints of Crail #A25745

Color information

#A25745 (or 0xA25745) is unknown color: approx Crail. HEX triplet: A2, 57 and 45. RGB value is (162,87,69). Sum of RGB (Red+Green+Blue) = 162+87+69=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A25745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25745 is #5DA8BA. Grayscale: #6B6B6B. Windows color (decimal): -6138043 or 4544418. OLE color: 4544418.

HSL color Cylindrical-coordinate representation of color #A25745: hue angle of 11.61º 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 #A25745 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1628769-
CMYK00.460.570.36
HSL11.61º40.26%45.29%-
HSV(B)11.61º57.41%63.53%-
XYZ19.3814.937.49-
YUV107.37106.35166.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=50.94%
G=27.36%
B=21.70%

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
Decimal162876900.460.570.3611.6140.2645.29
HexA2574502E3924c282d
Octal2421271050567144145055
Binary101000101010111100010101011101110011001001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25745; }

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

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

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

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

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

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

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

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