Html Css Color HEX #A65647 Crail

📋 copy color: '#A65647'

red 166 ◦ green 86 ◦ blue 71

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

Shades of Crail #A65647

Tints of Crail #A65647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 51.39%
G = 26.63%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65647 (or 0xA65647) is known color: Crail. HEX triplet: A6, 56 and 47. RGB value is (166,86,71). Sum of RGB (Red+Green+Blue) = 166+86+71=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65647 is #59A9B8. Grayscale: #6C6C6C. Windows color (decimal): -5876153 or 4675238. OLE color: 4675238.

HSL color Cylindrical-coordinate representation of color #A65647: hue angle of 9.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65647 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 71 -
CMYK 0 0.48 0.57 0.35
HSL 9.47º 0.4% 0.46% -
HSV(B) 9.47º 0.57% 0.65% -
XYZ 20.19 15.22 7.83 -
YUV 108.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 166 86 71 0 0.48 0.57 0.35 9.47 0.4 0.46
Hex A6 56 47 0 30 39 23 9 28 2E
Octal 246 126 107 0 60 71 43 11 50 56
Binary 10100110 1010110 1000111 0 110000 111001 100011 1001 101000 101110

Color Harmonies of #A65647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65647

Black with #A65647

Text Example


Text Example

White with #A65647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65647; }

 p { color: rgb(166,86,71); }

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

background-color css

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

 a { background-color: rgb(166,86,71); }

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

border-color css

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

 span { border-color: rgb(166,86,71); }

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