#A65B4F

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

Shades of Crail #A65B4F

Tints of Crail #A65B4F

Color information

#A65B4F (or 0xA65B4F) is unknown color: approx Crail. HEX triplet: A6, 5B and 4F. RGB value is (166,91,79). Sum of RGB (Red+Green+Blue) = 166+91+79=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B4F is #59A4B0. Grayscale: #707070. Windows color (decimal): -5874865 or 5200806. OLE color: 5200806.

HSL color Cylindrical-coordinate representation of color #A65B4F: hue angle of 8.28º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65B4F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1669179-
CMYK00.450.520.35
HSL8.28º35.51%48.04%-
HSV(B)8.28º52.41%65.1%-
XYZ20.8816.159.41-
YUV112.06109.35166.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=49.40%
G=27.08%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166917900.450.520.358.2835.5148.04
HexA65B4F02D342382430
Octal2461331170556443104460
Binary101001101011011100111101011011101001000111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B4F; }

 p { color: rgb(166,91,79); }

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

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

 a { background-color: rgb(166,91,79); }

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

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

 span { border-color: rgb(166,91,79); }

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