Html Css Color HEX #A65747 Crail

📋 copy color: '#A65747'

red 166 ◦ green 87 ◦ blue 71

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

Shades of Crail #A65747

Tints of Crail #A65747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 51.23%
G = 26.85%
B = 21.91%

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

#A65747 (or 0xA65747) is known color: Crail. HEX triplet: A6, 57 and 47. RGB value is (166,87,71). Sum of RGB (Red+Green+Blue) = 166+87+71=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A65747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65747 is #59A8B8. Grayscale: #6C6C6C. Windows color (decimal): -5875897 or 4675494. OLE color: 4675494.

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

Color convert

RGB 166 87 71 -
CMYK 0 0.48 0.57 0.35
HSL 10.11º 0.4% 0.46% -
HSV(B) 10.11º 0.57% 0.65% -
XYZ 20.27 15.38 7.86 -
YUV 108.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 166 87 71 0 0.48 0.57 0.35 10.11 0.4 0.46
Hex A6 57 47 0 30 39 23 A 28 2E
Octal 246 127 107 0 60 71 43 12 50 56
Binary 10100110 1010111 1000111 0 110000 111001 100011 1010 101000 101110

Color Harmonies of #A65747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65747

Black with #A65747

Text Example


Text Example

White with #A65747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65747; }

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

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

background-color css

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

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

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

border-color css

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

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

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