#A95745

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

Shades of Crail #A95745

Tints of Crail #A95745

Color information

#A95745 (or 0xA95745) is unknown color: approx Crail. HEX triplet: A9, 57 and 45. RGB value is (169,87,69). Sum of RGB (Red+Green+Blue) = 169+87+69=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A95745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95745 is #56A8BA. Grayscale: #6D6D6D. Windows color (decimal): -5679291 or 4544425. OLE color: 4544425.

HSL color Cylindrical-coordinate representation of color #A95745: hue angle of 10.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95745 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1698769-
CMYK00.490.590.34
HSL10.8º42.02%46.67%-
HSV(B)10.8º59.17%66.27%-
XYZ20.8415.687.56-
YUV109.47105.17170.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=52%
G=26.77%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169876900.490.590.3410.842.0246.67
HexA957450313B22b2a2f
Octal2511271050617342135257
Binary101010011010111100010101100011110111000101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95745; }

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

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

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

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

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

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

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

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