Html Css Color HEX #A65644 Crail

📋 copy color: '#A65644'

red 166 ◦ green 86 ◦ blue 68

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

Shades of Crail #A65644

Tints of Crail #A65644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 51.88%
G = 26.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A65644 (or 0xA65644) is known color: Crail. HEX triplet: A6, 56 and 44. RGB value is (166,86,68). Sum of RGB (Red+Green+Blue) = 166+86+68=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65644 is #59A9BB. Grayscale: #6C6C6C. Windows color (decimal): -5876156 or 4478630. OLE color: 4478630.

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

Color convert

RGB 166 86 68 -
CMYK 0 0.48 0.59 0.35
HSL 11.02º 0.42% 0.46% -
HSV(B) 11.02º 0.59% 0.65% -
XYZ 20.1 15.18 7.34 -
YUV 107.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 166 86 68 0 0.48 0.59 0.35 11.02 0.42 0.46
Hex A6 56 44 0 30 3B 23 B 2A 2E
Octal 246 126 104 0 60 73 43 13 52 56
Binary 10100110 1010110 1000100 0 110000 111011 100011 1011 101010 101110

Color Harmonies of #A65644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65644

Black with #A65644

Text Example


Text Example

White with #A65644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65644; }

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

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

background-color css

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

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

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

border-color css

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

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

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