Html Css Color HEX #A2604A Sepia

📋 copy color: '#A2604A'

red 162 ◦ green 96 ◦ blue 74

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

Shades of Sepia #A2604A

Tints of Sepia #A2604A

RGB

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

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

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

R = 48.8%
G = 28.92%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2604A (or 0xA2604A) is known color: Sepia. HEX triplet: A2, 60 and 4A. RGB value is (162,96,74). Sum of RGB (Red+Green+Blue) = 162+96+74=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A2604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2604A is #5D9FB5. Grayscale: #717171. Windows color (decimal): -6135734 or 4874402. OLE color: 4874402.

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

Color convert

RGB 162 96 74 -
CMYK 0 0.41 0.54 0.36
HSL 15º 0.37% 0.46% -
HSV(B) 15º 0.54% 0.64% -
XYZ 20.32 16.54 8.6 -
YUV 113.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 162 96 74 0 0.41 0.54 0.36 15 0.37 0.46
Hex A2 60 4A 0 29 36 24 F 25 2E
Octal 242 140 112 0 51 66 44 17 45 56
Binary 10100010 1100000 1001010 0 101001 110110 100100 1111 100101 101110

Color Harmonies of #A2604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2604A

Black with #A2604A

Text Example


Text Example

White with #A2604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2604A; }

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

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

background-color css

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

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

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

border-color css

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

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

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