Html Css Color HEX #A26144 Sepia

📋 copy color: '#A26144'

red 162 ◦ green 97 ◦ blue 68

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

Shades of Sepia #A26144

Tints of Sepia #A26144

RGB

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

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

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

R = 49.54%
G = 29.66%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A26144 (or 0xA26144) is known color: Sepia. HEX triplet: A2, 61 and 44. RGB value is (162,97,68). Sum of RGB (Red+Green+Blue) = 162+97+68=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A26144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26144 is #5D9EBB. Grayscale: #717171. Windows color (decimal): -6135484 or 4481442. OLE color: 4481442.

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

Color convert

RGB 162 97 68 -
CMYK 0 0.40 0.58 0.36
HSL 18.51º 0.41% 0.45% -
HSV(B) 18.51º 0.58% 0.64% -
XYZ 20.22 16.65 7.62 -
YUV 113.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 162 97 68 0 0.40 0.58 0.36 18.51 0.41 0.45
Hex A2 61 44 0 28 3A 24 13 29 2D
Octal 242 141 104 0 50 72 44 23 51 55
Binary 10100010 1100001 1000100 0 101000 111010 100100 10011 101001 101101

Color Harmonies of #A26144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26144

Black with #A26144

Text Example


Text Example

White with #A26144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26144; }

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

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

background-color css

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

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

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

border-color css

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

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

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