Html Css Color HEX #A26042 Sepia

📋 copy color: '#A26042'

red 162 ◦ green 96 ◦ blue 66

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

Shades of Sepia #A26042

Tints of Sepia #A26042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 50%
G = 29.63%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A26042 (or 0xA26042) is known color: Sepia. HEX triplet: A2, 60 and 42. RGB value is (162,96,66). Sum of RGB (Red+Green+Blue) = 162+96+66=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A26042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26042 is #5D9FBD. Grayscale: #707070. Windows color (decimal): -6135742 or 4350114. OLE color: 4350114.

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

Color convert

RGB 162 96 66 -
CMYK 0 0.41 0.59 0.36
HSL 18.75º 0.42% 0.45% -
HSV(B) 18.75º 0.59% 0.64% -
XYZ 20.07 16.44 7.27 -
YUV 112.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 162 96 66 0 0.41 0.59 0.36 18.75 0.42 0.45
Hex A2 60 42 0 29 3B 24 13 2A 2D
Octal 242 140 102 0 51 73 44 23 52 55
Binary 10100010 1100000 1000010 0 101001 111011 100100 10011 101010 101101

Color Harmonies of #A26042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26042

Black with #A26042

Text Example


Text Example

White with #A26042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26042; }

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

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

background-color css

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

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

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

border-color css

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

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

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