Html Css Color HEX #A65841 Crail

📋 copy color: '#A65841'

red 166 ◦ green 88 ◦ blue 65

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

Shades of Crail #A65841

Tints of Crail #A65841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 52.04%
G = 27.59%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65841 (or 0xA65841) is known color: Crail. HEX triplet: A6, 58 and 41. RGB value is (166,88,65). Sum of RGB (Red+Green+Blue) = 166+88+65=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65841 is #59A7BE. Grayscale: #6C6C6C. Windows color (decimal): -5875647 or 4282534. OLE color: 4282534.

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

Color convert

RGB 166 88 65 -
CMYK 0 0.47 0.61 0.35
HSL 13.66º 0.44% 0.45% -
HSV(B) 13.66º 0.61% 0.65% -
XYZ 20.17 15.47 6.92 -
YUV 108.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 166 88 65 0 0.47 0.61 0.35 13.66 0.44 0.45
Hex A6 58 41 0 2F 3D 23 E 2C 2D
Octal 246 130 101 0 57 75 43 16 54 55
Binary 10100110 1011000 1000001 0 101111 111101 100011 1110 101100 101101

Color Harmonies of #A65841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65841

Black with #A65841

Text Example


Text Example

White with #A65841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65841; }

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

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

background-color css

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

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

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

border-color css

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

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

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