Html Css Color HEX #A46046 Sepia

📋 copy color: '#A46046'

red 164 ◦ green 96 ◦ blue 70

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

Shades of Sepia #A46046

Tints of Sepia #A46046

RGB

 RED value IS 164 (64.45% from 255) = 49.7%

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

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

R = 49.7%
G = 29.09%
B = 21.21%

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

#A46046 (or 0xA46046) is known color: Sepia. HEX triplet: A4, 60 and 46. RGB value is (164,96,70). Sum of RGB (Red+Green+Blue) = 164+96+70=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46046 is #5B9FB9. Grayscale: #717171. Windows color (decimal): -6004666 or 4612260. OLE color: 4612260.

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

Color convert

RGB 164 96 70 -
CMYK 0 0.41 0.57 0.36
HSL 16.6º 0.4% 0.46% -
HSV(B) 16.6º 0.57% 0.64% -
XYZ 20.6 16.7 7.93 -
YUV 113.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 164 96 70 0 0.41 0.57 0.36 16.6 0.4 0.46
Hex A4 60 46 0 29 39 24 11 28 2E
Octal 244 140 106 0 51 71 44 21 50 56
Binary 10100100 1100000 1000110 0 101001 111001 100100 10001 101000 101110

Color Harmonies of #A46046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46046

Black with #A46046

Text Example


Text Example

White with #A46046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46046; }

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

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

background-color css

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

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

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

border-color css

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

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

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