#A95B45

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

Shades of Crail #A95B45

Tints of Crail #A95B45

Color information

#A95B45 (or 0xA95B45) is unknown color: approx Crail. HEX triplet: A9, 5B and 45. RGB value is (169,91,69). Sum of RGB (Red+Green+Blue) = 169+91+69=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B45 is #56A4BA. Grayscale: #6F6F6F. Windows color (decimal): -5678267 or 4545449. OLE color: 4545449.

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

Color convert

RGB1699169-
CMYK00.460.590.34
HSL13.2º42.02%46.67%-
HSV(B)13.2º59.17%66.27%-
XYZ21.1816.357.67-
YUV111.81103.84168.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=51.37%
G=27.66%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169916900.460.590.3413.242.0246.67
HexA95B4502E3B22d2a2f
Octal2511331050567342155257
Binary101010011011011100010101011101110111000101101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B45; }

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

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

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

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

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

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

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

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