Html Css Color HEX #A65745 Crail

📋 copy color: '#A65745'

red 166 ◦ green 87 ◦ blue 69

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

Shades of Crail #A65745

Tints of Crail #A65745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 51.55%
G = 27.02%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65745 (or 0xA65745) is known color: Crail. HEX triplet: A6, 57 and 45. RGB value is (166,87,69). Sum of RGB (Red+Green+Blue) = 166+87+69=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A65745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65745 is #59A8BA. Grayscale: #6C6C6C. Windows color (decimal): -5875899 or 4544422. OLE color: 4544422.

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

Color convert

RGB 166 87 69 -
CMYK 0 0.48 0.58 0.35
HSL 11.13º 0.41% 0.46% -
HSV(B) 11.13º 0.58% 0.65% -
XYZ 20.21 15.35 7.53 -
YUV 108.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 166 87 69 0 0.48 0.58 0.35 11.13 0.41 0.46
Hex A6 57 45 0 30 3A 23 B 29 2E
Octal 246 127 105 0 60 72 43 13 51 56
Binary 10100110 1010111 1000101 0 110000 111010 100011 1011 101001 101110

Color Harmonies of #A65745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65745

Black with #A65745

Text Example


Text Example

White with #A65745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65745; }

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

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

background-color css

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

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

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

border-color css

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

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

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