Html Css Color HEX #A36144 Sepia

📋 copy color: '#A36144'

red 163 ◦ green 97 ◦ blue 68

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

Shades of Sepia #A36144

Tints of Sepia #A36144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 49.7%
G = 29.57%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A36144 (or 0xA36144) is known color: Sepia. HEX triplet: A3, 61 and 44. RGB value is (163,97,68). Sum of RGB (Red+Green+Blue) = 163+97+68=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A36144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36144 is #5C9EBB. Grayscale: #717171. Windows color (decimal): -6069948 or 4481443. OLE color: 4481443.

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

Color convert

RGB 163 97 68 -
CMYK 0 0.40 0.58 0.36
HSL 18.32º 0.41% 0.45% -
HSV(B) 18.32º 0.58% 0.64% -
XYZ 20.42 16.75 7.63 -
YUV 113.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 163 97 68 0 0.40 0.58 0.36 18.32 0.41 0.45
Hex A3 61 44 0 28 3A 24 12 29 2D
Octal 243 141 104 0 50 72 44 22 51 55
Binary 10100011 1100001 1000100 0 101000 111010 100100 10010 101001 101101

Color Harmonies of #A36144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36144

Black with #A36144

Text Example


Text Example

White with #A36144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36144; }

 p { color: rgb(163,97,68); }

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

background-color css

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

 a { background-color: rgb(163,97,68); }

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

border-color css

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

 span { border-color: rgb(163,97,68); }

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