Html Css Color HEX #A65441 Crail

📋 copy color: '#A65441'

red 166 ◦ green 84 ◦ blue 65

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

Shades of Crail #A65441

Tints of Crail #A65441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 52.7%
G = 26.67%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65441 (or 0xA65441) is known color: Crail. HEX triplet: A6, 54 and 41. RGB value is (166,84,65). Sum of RGB (Red+Green+Blue) = 166+84+65=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65441 is #59ABBE. Grayscale: #6A6A6A. Windows color (decimal): -5876671 or 4281510. OLE color: 4281510.

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

Color convert

RGB 166 84 65 -
CMYK 0 0.49 0.61 0.35
HSL 11.29º 0.44% 0.45% -
HSV(B) 11.29º 0.61% 0.65% -
XYZ 19.85 14.83 6.82 -
YUV 106.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 166 84 65 0 0.49 0.61 0.35 11.29 0.44 0.45
Hex A6 54 41 0 31 3D 23 B 2C 2D
Octal 246 124 101 0 61 75 43 13 54 55
Binary 10100110 1010100 1000001 0 110001 111101 100011 1011 101100 101101

Color Harmonies of #A65441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65441

Black with #A65441

Text Example


Text Example

White with #A65441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65441; }

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

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

background-color css

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

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

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

border-color css

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

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

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