Html Css Color HEX #A65040 Crail

📋 copy color: '#A65040'

red 166 ◦ green 80 ◦ blue 64

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

Shades of Crail #A65040

Tints of Crail #A65040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 53.55%
G = 25.81%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65040 (or 0xA65040) is known color: Crail. HEX triplet: A6, 50 and 40. RGB value is (166,80,64). Sum of RGB (Red+Green+Blue) = 166+80+64=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A65040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65040 is #59AFBF. Grayscale: #686868. Windows color (decimal): -5877696 or 4214950. OLE color: 4214950.

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

Color convert

RGB 166 80 64 -
CMYK 0 0.52 0.61 0.35
HSL 9.41º 0.44% 0.45% -
HSV(B) 9.41º 0.61% 0.65% -
XYZ 19.52 14.21 6.57 -
YUV 103.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 166 80 64 0 0.52 0.61 0.35 9.41 0.44 0.45
Hex A6 50 40 0 34 3D 23 9 2C 2D
Octal 246 120 100 0 64 75 43 11 54 55
Binary 10100110 1010000 1000000 0 110100 111101 100011 1001 101100 101101

Color Harmonies of #A65040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65040

Black with #A65040

Text Example


Text Example

White with #A65040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65040; }

 p { color: rgb(166,80,64); }

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

background-color css

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

 a { background-color: rgb(166,80,64); }

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

border-color css

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

 span { border-color: rgb(166,80,64); }

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