Html Css Color HEX #A36145 Sepia

📋 copy color: '#A36145'

red 163 ◦ green 97 ◦ blue 69

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

Shades of Sepia #A36145

Tints of Sepia #A36145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 49.54%
G = 29.48%
B = 20.97%

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

#A36145 (or 0xA36145) is known color: Sepia. HEX triplet: A3, 61 and 45. RGB value is (163,97,69). Sum of RGB (Red+Green+Blue) = 163+97+69=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A36145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36145 is #5C9EBA. Grayscale: #717171. Windows color (decimal): -6069947 or 4546979. OLE color: 4546979.

HSL color Cylindrical-coordinate representation of color #A36145: hue angle of 17.87º 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 #A36145 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 69 -
CMYK 0 0.40 0.58 0.36
HSL 17.87º 0.41% 0.45% -
HSV(B) 17.87º 0.58% 0.64% -
XYZ 20.45 16.77 7.79 -
YUV 113.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 163 97 69 0 0.40 0.58 0.36 17.87 0.41 0.45
Hex A3 61 45 0 28 3A 24 12 29 2D
Octal 243 141 105 0 50 72 44 22 51 55
Binary 10100011 1100001 1000101 0 101000 111010 100100 10010 101001 101101

Color Harmonies of #A36145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36145

Black with #A36145

Text Example


Text Example

White with #A36145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36145; }

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

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

background-color css

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

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

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

border-color css

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

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

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