Html Css Color HEX #A65540 Crail

📋 copy color: '#A65540'

red 166 ◦ green 85 ◦ blue 64

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

Shades of Crail #A65540

Tints of Crail #A65540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 52.7%
G = 26.98%
B = 20.32%

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

#A65540 (or 0xA65540) is known color: Crail. HEX triplet: A6, 55 and 40. RGB value is (166,85,64). Sum of RGB (Red+Green+Blue) = 166+85+64=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65540 is #59AABF. Grayscale: #6A6A6A. Windows color (decimal): -5876416 or 4216230. OLE color: 4216230.

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

Color convert

RGB 166 85 64 -
CMYK 0 0.49 0.61 0.35
HSL 12.35º 0.44% 0.45% -
HSV(B) 12.35º 0.61% 0.65% -
XYZ 19.9 14.97 6.69 -
YUV 106.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 166 85 64 0 0.49 0.61 0.35 12.35 0.44 0.45
Hex A6 55 40 0 31 3D 23 C 2C 2D
Octal 246 125 100 0 61 75 43 14 54 55
Binary 10100110 1010101 1000000 0 110001 111101 100011 1100 101100 101101

Color Harmonies of #A65540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65540

Black with #A65540

Text Example


Text Example

White with #A65540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65540; }

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

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

background-color css

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

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

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

border-color css

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

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

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