Html Css Color HEX #A2614A Sepia

📋 copy color: '#A2614A'

red 162 ◦ green 97 ◦ blue 74

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

Shades of Sepia #A2614A

Tints of Sepia #A2614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 48.65%
G = 29.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2614A (or 0xA2614A) is known color: Sepia. HEX triplet: A2, 61 and 4A. RGB value is (162,97,74). Sum of RGB (Red+Green+Blue) = 162+97+74=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2614A is #5D9EB5. Grayscale: #717171. Windows color (decimal): -6135478 or 4874658. OLE color: 4874658.

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

Color convert

RGB 162 97 74 -
CMYK 0 0.40 0.54 0.36
HSL 15.68º 0.37% 0.46% -
HSV(B) 15.68º 0.54% 0.64% -
XYZ 20.41 16.73 8.63 -
YUV 113.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 162 97 74 0 0.40 0.54 0.36 15.68 0.37 0.46
Hex A2 61 4A 0 28 36 24 10 25 2E
Octal 242 141 112 0 50 66 44 20 45 56
Binary 10100010 1100001 1001010 0 101000 110110 100100 10000 100101 101110

Color Harmonies of #A2614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2614A

Black with #A2614A

Text Example


Text Example

White with #A2614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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