Html Css Color HEX #A85940 Sepia

📋 copy color: '#A85940'

red 168 ◦ green 89 ◦ blue 64

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

Shades of Sepia #A85940

Tints of Sepia #A85940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 52.34%
G = 27.73%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A85940 (or 0xA85940) is known color: Sepia. HEX triplet: A8, 59 and 40. RGB value is (168,89,64). Sum of RGB (Red+Green+Blue) = 168+89+64=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85940 is #57A6BF. Grayscale: #6D6D6D. Windows color (decimal): -5744320 or 4217256. OLE color: 4217256.

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

Color convert

RGB 168 89 64 -
CMYK 0 0.47 0.62 0.34
HSL 14.42º 0.45% 0.45% -
HSV(B) 14.42º 0.62% 0.66% -
XYZ 20.65 15.84 6.82 -
YUV 109.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 168 89 64 0 0.47 0.62 0.34 14.42 0.45 0.45
Hex A8 59 40 0 2F 3E 22 E 2D 2D
Octal 250 131 100 0 57 76 42 16 55 55
Binary 10101000 1011001 1000000 0 101111 111110 100010 1110 101101 101101

Color Harmonies of #A85940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85940

Black with #A85940

Text Example


Text Example

White with #A85940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85940; }

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

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

background-color css

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

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

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

border-color css

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

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

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