Html Css Color HEX #A65141 Crail

📋 copy color: '#A65141'

red 166 ◦ green 81 ◦ blue 65

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

Shades of Crail #A65141

Tints of Crail #A65141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 53.21%
G = 25.96%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65141 (or 0xA65141) is known color: Crail. HEX triplet: A6, 51 and 41. RGB value is (166,81,65). Sum of RGB (Red+Green+Blue) = 166+81+65=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A65141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65141 is #59AEBE. Grayscale: #686868. Windows color (decimal): -5877439 or 4280742. OLE color: 4280742.

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

Color convert

RGB 166 81 65 -
CMYK 0 0.51 0.61 0.35
HSL 9.5º 0.44% 0.45% -
HSV(B) 9.5º 0.61% 0.65% -
XYZ 19.62 14.37 6.74 -
YUV 104.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 166 81 65 0 0.51 0.61 0.35 9.5 0.44 0.45
Hex A6 51 41 0 33 3D 23 A 2C 2D
Octal 246 121 101 0 63 75 43 12 54 55
Binary 10100110 1010001 1000001 0 110011 111101 100011 1010 101100 101101

Color Harmonies of #A65141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65141

Black with #A65141

Text Example


Text Example

White with #A65141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65141; }

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

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

background-color css

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

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

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

border-color css

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

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

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