Html Css Color HEX #A85A3F Sepia

📋 copy color: '#A85A3F'

red 168 ◦ green 90 ◦ blue 63

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

Shades of Sepia #A85A3F

Tints of Sepia #A85A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 52.34%
G = 28.04%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A85A3F (or 0xA85A3F) is known color: Sepia. HEX triplet: A8, 5A and 3F. RGB value is (168,90,63). Sum of RGB (Red+Green+Blue) = 168+90+63=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A3F is #57A5C0. Grayscale: #6E6E6E. Windows color (decimal): -5744065 or 4151976. OLE color: 4151976.

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

Color convert

RGB 168 90 63 -
CMYK 0 0.46 0.63 0.34
HSL 15.43º 0.45% 0.45% -
HSV(B) 15.43º 0.63% 0.66% -
XYZ 20.7 16 6.7 -
YUV 110.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 168 90 63 0 0.46 0.63 0.34 15.43 0.45 0.45
Hex A8 5A 3F 0 2E 3F 22 F 2D 2D
Octal 250 132 77 0 56 77 42 17 55 55
Binary 10101000 1011010 111111 0 101110 111111 100010 1111 101101 101101

Color Harmonies of #A85A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A3F

Black with #A85A3F

Text Example


Text Example

White with #A85A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A3F; }

 p { color: rgb(168,90,63); }

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

background-color css

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

 a { background-color: rgb(168,90,63); }

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

border-color css

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

 span { border-color: rgb(168,90,63); }

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