Html Css Color HEX #A85946 Crail

📋 copy color: '#A85946'

red 168 ◦ green 89 ◦ blue 70

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

Shades of Crail #A85946

Tints of Crail #A85946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 51.38%
G = 27.22%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85946 (or 0xA85946) is known color: Crail. HEX triplet: A8, 59 and 46. RGB value is (168,89,70). Sum of RGB (Red+Green+Blue) = 168+89+70=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A85946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85946 is #57A6B9. Grayscale: #6E6E6E. Windows color (decimal): -5744314 or 4610472. OLE color: 4610472.

HSL color Cylindrical-coordinate representation of color #A85946: hue angle of 11.63º 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 #A85946 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 70 -
CMYK 0 0.47 0.58 0.34
HSL 11.63º 0.41% 0.47% -
HSV(B) 11.63º 0.58% 0.66% -
XYZ 20.83 15.91 7.77 -
YUV 110.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 168 89 70 0 0.47 0.58 0.34 11.63 0.41 0.47
Hex A8 59 46 0 2F 3A 22 C 29 2F
Octal 250 131 106 0 57 72 42 14 51 57
Binary 10101000 1011001 1000110 0 101111 111010 100010 1100 101001 101111

Color Harmonies of #A85946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85946

Black with #A85946

Text Example


Text Example

White with #A85946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85946; }

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

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

background-color css

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

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

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

border-color css

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

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

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