Html Css Color HEX #A26149 Sepia

📋 copy color: '#A26149'

red 162 ◦ green 97 ◦ blue 73

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

Shades of Sepia #A26149

Tints of Sepia #A26149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 48.8%
G = 29.22%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A26149 (or 0xA26149) is known color: Sepia. HEX triplet: A2, 61 and 49. RGB value is (162,97,73). Sum of RGB (Red+Green+Blue) = 162+97+73=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A26149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26149 is #5D9EB6. Grayscale: #717171. Windows color (decimal): -6135479 or 4809122. OLE color: 4809122.

HSL color Cylindrical-coordinate representation of color #A26149: hue angle of 16.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26149 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 97 73 -
CMYK 0 0.40 0.55 0.36
HSL 16.18º 0.38% 0.46% -
HSV(B) 16.18º 0.55% 0.64% -
XYZ 20.38 16.71 8.46 -
YUV 113.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 162 97 73 0 0.40 0.55 0.36 16.18 0.38 0.46
Hex A2 61 49 0 28 37 24 10 26 2E
Octal 242 141 111 0 50 67 44 20 46 56
Binary 10100010 1100001 1001001 0 101000 110111 100100 10000 100110 101110

Color Harmonies of #A26149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26149

Black with #A26149

Text Example


Text Example

White with #A26149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26149; }

 p { color: rgb(162,97,73); }

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

background-color css

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

 a { background-color: rgb(162,97,73); }

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

border-color css

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

 span { border-color: rgb(162,97,73); }

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