Html Css Color HEX #A65947 Crail

📋 copy color: '#A65947'

red 166 ◦ green 89 ◦ blue 71

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

Shades of Crail #A65947

Tints of Crail #A65947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 50.92%
G = 27.3%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65947 (or 0xA65947) is known color: Crail. HEX triplet: A6, 59 and 47. RGB value is (166,89,71). Sum of RGB (Red+Green+Blue) = 166+89+71=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A65947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65947 is #59A6B8. Grayscale: #6E6E6E. Windows color (decimal): -5875385 or 4676006. OLE color: 4676006.

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

Color convert

RGB 166 89 71 -
CMYK 0 0.46 0.57 0.35
HSL 11.37º 0.4% 0.46% -
HSV(B) 11.37º 0.57% 0.65% -
XYZ 20.44 15.71 7.92 -
YUV 109.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 166 89 71 0 0.46 0.57 0.35 11.37 0.4 0.46
Hex A6 59 47 0 2E 39 23 B 28 2E
Octal 246 131 107 0 56 71 43 13 50 56
Binary 10100110 1011001 1000111 0 101110 111001 100011 1011 101000 101110

Color Harmonies of #A65947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65947

Black with #A65947

Text Example


Text Example

White with #A65947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65947; }

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

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

background-color css

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

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

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

border-color css

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

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

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