Html Css Color HEX #A26446 Sepia

📋 copy color: '#A26446'

red 162 ◦ green 100 ◦ blue 70

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

Shades of Sepia #A26446

Tints of Sepia #A26446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 48.8%
G = 30.12%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A26446 (or 0xA26446) is known color: Sepia. HEX triplet: A2, 64 and 46. RGB value is (162,100,70). Sum of RGB (Red+Green+Blue) = 162+100+70=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A26446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26446 is #5D9BB9. Grayscale: #737373. Windows color (decimal): -6134714 or 4613282. OLE color: 4613282.

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

Color convert

RGB 162 100 70 -
CMYK 0 0.38 0.57 0.36
HSL 19.57º 0.4% 0.45% -
HSV(B) 19.57º 0.57% 0.64% -
XYZ 20.56 17.24 8.04 -
YUV 115.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 162 100 70 0 0.38 0.57 0.36 19.57 0.4 0.45
Hex A2 64 46 0 26 39 24 14 28 2D
Octal 242 144 106 0 46 71 44 24 50 55
Binary 10100010 1100100 1000110 0 100110 111001 100100 10100 101000 101101

Color Harmonies of #A26446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26446

Black with #A26446

Text Example


Text Example

White with #A26446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26446; }

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

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

background-color css

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

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

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

border-color css

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

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

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