#A65F52

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

Shades of Crail #A65F52

Tints of Crail #A65F52

Color information

#A65F52 (or 0xA65F52) is unknown color: approx Crail. HEX triplet: A6, 5F and 52. RGB value is (166,95,82). Sum of RGB (Red+Green+Blue) = 166+95+82=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F52 is #59A0AD. Grayscale: #727272. Windows color (decimal): -5873838 or 5398438. OLE color: 5398438.

HSL color Cylindrical-coordinate representation of color #A65F52: hue angle of 9.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65F52 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1669582-
CMYK00.430.510.35
HSL9.29º33.87%48.63%-
HSV(B)9.29º50.6%65.1%-
XYZ21.3416.910.12-
YUV114.75109.52164.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=48.40%
G=27.70%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166958200.430.510.359.2933.8748.63
HexA65F5202B332392231
Octal2461371220536343114261
Binary101001101011111101001001010111100111000111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F52; }

 p { color: rgb(166,95,82); }

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

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

 a { background-color: rgb(166,95,82); }

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

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

 span { border-color: rgb(166,95,82); }

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