Html Css Color HEX #A36044 Sepia

📋 copy color: '#A36044'

red 163 ◦ green 96 ◦ blue 68

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

Shades of Sepia #A36044

Tints of Sepia #A36044

RGB

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

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

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

R = 49.85%
G = 29.36%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A36044 (or 0xA36044) is known color: Sepia. HEX triplet: A3, 60 and 44. RGB value is (163,96,68). Sum of RGB (Red+Green+Blue) = 163+96+68=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A36044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36044 is #5C9FBB. Grayscale: #717171. Windows color (decimal): -6070204 or 4481187. OLE color: 4481187.

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

Color convert

RGB 163 96 68 -
CMYK 0 0.41 0.58 0.36
HSL 17.68º 0.41% 0.45% -
HSV(B) 17.68º 0.58% 0.64% -
XYZ 20.33 16.57 7.6 -
YUV 112.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 163 96 68 0 0.41 0.58 0.36 17.68 0.41 0.45
Hex A3 60 44 0 29 3A 24 12 29 2D
Octal 243 140 104 0 51 72 44 22 51 55
Binary 10100011 1100000 1000100 0 101001 111010 100100 10010 101001 101101

Color Harmonies of #A36044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36044

Black with #A36044

Text Example


Text Example

White with #A36044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36044; }

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

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

background-color css

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

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

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

border-color css

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

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

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