Html Css Color HEX #A65846 Crail

📋 copy color: '#A65846'

red 166 ◦ green 88 ◦ blue 70

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

Shades of Crail #A65846

Tints of Crail #A65846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 51.23%
G = 27.16%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65846 (or 0xA65846) is known color: Crail. HEX triplet: A6, 58 and 46. RGB value is (166,88,70). Sum of RGB (Red+Green+Blue) = 166+88+70=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A65846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65846 is #59A7B9. Grayscale: #6D6D6D. Windows color (decimal): -5875642 or 4610214. OLE color: 4610214.

HSL color Cylindrical-coordinate representation of color #A65846: hue angle of 11.25º 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 #A65846 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 70 -
CMYK 0 0.47 0.58 0.35
HSL 11.25º 0.41% 0.46% -
HSV(B) 11.25º 0.58% 0.65% -
XYZ 20.32 15.53 7.72 -
YUV 109.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 166 88 70 0 0.47 0.58 0.35 11.25 0.41 0.46
Hex A6 58 46 0 2F 3A 23 B 29 2E
Octal 246 130 106 0 57 72 43 13 51 56
Binary 10100110 1011000 1000110 0 101111 111010 100011 1011 101001 101110

Color Harmonies of #A65846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65846

Black with #A65846

Text Example


Text Example

White with #A65846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65846; }

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

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

background-color css

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

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

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

border-color css

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

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

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