Html Css Color HEX #A65946 Crail

📋 copy color: '#A65946'

red 166 ◦ green 89 ◦ blue 70

#A65946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #A65946

Tints of Crail #A65946

RGB

 RED value IS 166 (65.23% from 255) = 51.08%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 51.08%
G = 27.38%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65946 (or 0xA65946) is known color: Crail. HEX triplet: A6, 59 and 46. RGB value is (166,89,70). Sum of RGB (Red+Green+Blue) = 166+89+70=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A65946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65946 is #59A6B9. Grayscale: #6E6E6E. Windows color (decimal): -5875386 or 4610470. OLE color: 4610470.

HSL color Cylindrical-coordinate representation of color #A65946: hue angle of 11.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65946 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 70 -
CMYK 0 0.46 0.58 0.35
HSL 11.88º 0.41% 0.46% -
HSV(B) 11.88º 0.58% 0.65% -
XYZ 20.4 15.69 7.75 -
YUV 109.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 166 89 70 0 0.46 0.58 0.35 11.88 0.41 0.46
Hex A6 59 46 0 2E 3A 23 C 29 2E
Octal 246 131 106 0 56 72 43 14 51 56
Binary 10100110 1011001 1000110 0 101110 111010 100011 1100 101001 101110

Color Harmonies of #A65946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65946

Black with #A65946

Text Example


Text Example

White with #A65946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65946; }

 p { color: rgb(166,89,70); }

 H1.HeaderClassName
 {
   color: #A65946;
 }
 .AnyTagClassName
 {
   color: #A65946;
 }
</style>

background-color css

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

 a { background-color: rgb(166,89,70); }

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

border-color css

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

 span { border-color: rgb(166,89,70); }

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