Html Css Color HEX #A85646 Crail

📋 copy color: '#A85646'

red 168 ◦ green 86 ◦ blue 70

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

Shades of Crail #A85646

Tints of Crail #A85646

RGB

 RED value IS 168 (66.02% from 255) = 51.85%

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

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 51.85%
G = 26.54%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85646 (or 0xA85646) is known color: Crail. HEX triplet: A8, 56 and 46. RGB value is (168,86,70). Sum of RGB (Red+Green+Blue) = 168+86+70=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85646 is #57A9B9. Grayscale: #6C6C6C. Windows color (decimal): -5745082 or 4609704. OLE color: 4609704.

HSL color Cylindrical-coordinate representation of color #A85646: hue angle of 9.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85646 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 70 -
CMYK 0 0.49 0.58 0.34
HSL 9.8º 0.41% 0.47% -
HSV(B) 9.8º 0.58% 0.66% -
XYZ 20.58 15.42 7.69 -
YUV 108.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 168 86 70 0 0.49 0.58 0.34 9.8 0.41 0.47
Hex A8 56 46 0 31 3A 22 A 29 2F
Octal 250 126 106 0 61 72 42 12 51 57
Binary 10101000 1010110 1000110 0 110001 111010 100010 1010 101001 101111

Color Harmonies of #A85646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85646

Black with #A85646

Text Example


Text Example

White with #A85646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85646; }

 p { color: rgb(168,86,70); }

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

background-color css

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

 a { background-color: rgb(168,86,70); }

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

border-color css

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

 span { border-color: rgb(168,86,70); }

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