Html Css Color HEX #A65544 Crail

📋 copy color: '#A65544'

red 166 ◦ green 85 ◦ blue 68

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

Shades of Crail #A65544

Tints of Crail #A65544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 52.04%
G = 26.65%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A65544 (or 0xA65544) is known color: Crail. HEX triplet: A6, 55 and 44. RGB value is (166,85,68). Sum of RGB (Red+Green+Blue) = 166+85+68=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65544 is #59AABB. Grayscale: #6B6B6B. Windows color (decimal): -5876412 or 4478374. OLE color: 4478374.

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

Color convert

RGB 166 85 68 -
CMYK 0 0.49 0.59 0.35
HSL 10.41º 0.42% 0.46% -
HSV(B) 10.41º 0.59% 0.65% -
XYZ 20.02 15.02 7.31 -
YUV 107.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 166 85 68 0 0.49 0.59 0.35 10.41 0.42 0.46
Hex A6 55 44 0 31 3B 23 A 2A 2E
Octal 246 125 104 0 61 73 43 12 52 56
Binary 10100110 1010101 1000100 0 110001 111011 100011 1010 101010 101110

Color Harmonies of #A65544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65544

Black with #A65544

Text Example


Text Example

White with #A65544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65544; }

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

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

background-color css

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

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

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

border-color css

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

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

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