Html Css Color HEX #A36046 Sepia

📋 copy color: '#A36046'

red 163 ◦ green 96 ◦ blue 70

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

Shades of Sepia #A36046

Tints of Sepia #A36046

RGB

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

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

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

R = 49.54%
G = 29.18%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A36046 (or 0xA36046) is known color: Sepia. HEX triplet: A3, 60 and 46. RGB value is (163,96,70). Sum of RGB (Red+Green+Blue) = 163+96+70=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A36046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36046 is #5C9FB9. Grayscale: #717171. Windows color (decimal): -6070202 or 4612259. OLE color: 4612259.

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

Color convert

RGB 163 96 70 -
CMYK 0 0.41 0.57 0.36
HSL 16.77º 0.4% 0.46% -
HSV(B) 16.77º 0.57% 0.64% -
XYZ 20.39 16.59 7.92 -
YUV 113.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 163 96 70 0 0.41 0.57 0.36 16.77 0.4 0.46
Hex A3 60 46 0 29 39 24 11 28 2E
Octal 243 140 106 0 51 71 44 21 50 56
Binary 10100011 1100000 1000110 0 101001 111001 100100 10001 101000 101110

Color Harmonies of #A36046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36046

Black with #A36046

Text Example


Text Example

White with #A36046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36046; }

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

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

background-color css

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

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

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

border-color css

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

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

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