Html Css Color HEX #A26346 Sepia

📋 copy color: '#A26346'

red 162 ◦ green 99 ◦ blue 70

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

Shades of Sepia #A26346

Tints of Sepia #A26346

RGB

 RED value IS 162 (63.67% from 255) = 48.94%

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 48.94%
G = 29.91%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A26346 (or 0xA26346) is known color: Sepia. HEX triplet: A2, 63 and 46. RGB value is (162,99,70). Sum of RGB (Red+Green+Blue) = 162+99+70=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A26346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26346 is #5D9CB9. Grayscale: #727272. Windows color (decimal): -6134970 or 4613026. OLE color: 4613026.

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

Color convert

RGB 162 99 70 -
CMYK 0 0.39 0.57 0.36
HSL 18.91º 0.4% 0.45% -
HSV(B) 18.91º 0.57% 0.64% -
XYZ 20.47 17.05 8.01 -
YUV 114.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 162 99 70 0 0.39 0.57 0.36 18.91 0.4 0.45
Hex A2 63 46 0 27 39 24 13 28 2D
Octal 242 143 106 0 47 71 44 23 50 55
Binary 10100010 1100011 1000110 0 100111 111001 100100 10011 101000 101101

Color Harmonies of #A26346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26346

Black with #A26346

Text Example


Text Example

White with #A26346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26346; }

 p { color: rgb(162,99,70); }

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

background-color css

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

 a { background-color: rgb(162,99,70); }

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

border-color css

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

 span { border-color: rgb(162,99,70); }

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