Html Css Color HEX #A26047 Sepia

📋 copy color: '#A26047'

red 162 ◦ green 96 ◦ blue 71

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

Shades of Sepia #A26047

Tints of Sepia #A26047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 49.24%
G = 29.18%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A26047 (or 0xA26047) is known color: Sepia. HEX triplet: A2, 60 and 47. RGB value is (162,96,71). Sum of RGB (Red+Green+Blue) = 162+96+71=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A26047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26047 is #5D9FB8. Grayscale: #717171. Windows color (decimal): -6135737 or 4677794. OLE color: 4677794.

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

Color convert

RGB 162 96 71 -
CMYK 0 0.41 0.56 0.36
HSL 16.48º 0.39% 0.46% -
HSV(B) 16.48º 0.56% 0.64% -
XYZ 20.22 16.5 8.08 -
YUV 112.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 162 96 71 0 0.41 0.56 0.36 16.48 0.39 0.46
Hex A2 60 47 0 29 38 24 10 27 2E
Octal 242 140 107 0 51 70 44 20 47 56
Binary 10100010 1100000 1000111 0 101001 111000 100100 10000 100111 101110

Color Harmonies of #A26047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26047

Black with #A26047

Text Example


Text Example

White with #A26047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26047; }

 p { color: rgb(162,96,71); }

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

background-color css

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

 a { background-color: rgb(162,96,71); }

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

border-color css

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

 span { border-color: rgb(162,96,71); }

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