Html Css Color HEX #A36047 Sepia

📋 copy color: '#A36047'

red 163 ◦ green 96 ◦ blue 71

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

Shades of Sepia #A36047

Tints of Sepia #A36047

RGB

 RED value IS 163 (64.06% from 255) = 49.39%

 GREEN value IS 96 (37.89% from 255) = 29.09%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 49.39%
G = 29.09%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A36047 (or 0xA36047) is known color: Sepia. HEX triplet: A3, 60 and 47. RGB value is (163,96,71). Sum of RGB (Red+Green+Blue) = 163+96+71=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A36047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36047 is #5C9FB8. Grayscale: #717171. Windows color (decimal): -6070201 or 4677795. OLE color: 4677795.

HSL color Cylindrical-coordinate representation of color #A36047: hue angle of 16.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36047 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 71 -
CMYK 0 0.41 0.56 0.36
HSL 16.3º 0.39% 0.46% -
HSV(B) 16.3º 0.56% 0.64% -
XYZ 20.42 16.61 8.09 -
YUV 113.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 163 96 71 0 0.41 0.56 0.36 16.3 0.39 0.46
Hex A3 60 47 0 29 38 24 10 27 2E
Octal 243 140 107 0 51 70 44 20 47 56
Binary 10100011 1100000 1000111 0 101001 111000 100100 10000 100111 101110

Color Harmonies of #A36047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36047

Black with #A36047

Text Example


Text Example

White with #A36047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36047; }

 p { color: rgb(163,96,71); }

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

background-color css

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

 a { background-color: rgb(163,96,71); }

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

border-color css

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

 span { border-color: rgb(163,96,71); }

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