Html Css Color HEX #A65643 Crail

📋 copy color: '#A65643'

red 166 ◦ green 86 ◦ blue 67

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

Shades of Crail #A65643

Tints of Crail #A65643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 52.04%
G = 26.96%
B = 21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65643 (or 0xA65643) is known color: Crail. HEX triplet: A6, 56 and 43. RGB value is (166,86,67). Sum of RGB (Red+Green+Blue) = 166+86+67=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65643 is #59A9BC. Grayscale: #6B6B6B. Windows color (decimal): -5876157 or 4413094. OLE color: 4413094.

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

Color convert

RGB 166 86 67 -
CMYK 0 0.48 0.60 0.35
HSL 11.52º 0.42% 0.46% -
HSV(B) 11.52º 0.6% 0.65% -
XYZ 20.07 15.17 7.18 -
YUV 107.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 166 86 67 0 0.48 0.60 0.35 11.52 0.42 0.46
Hex A6 56 43 0 30 3C 23 C 2A 2E
Octal 246 126 103 0 60 74 43 14 52 56
Binary 10100110 1010110 1000011 0 110000 111100 100011 1100 101010 101110

Color Harmonies of #A65643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65643

Black with #A65643

Text Example


Text Example

White with #A65643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65643; }

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

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

background-color css

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

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

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

border-color css

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

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

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