Html Css Color HEX #A2583E Sepia

📋 copy color: '#A2583E'

red 162 ◦ green 88 ◦ blue 62

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

Shades of Sepia #A2583E

Tints of Sepia #A2583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 51.92%
G = 28.21%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2583E (or 0xA2583E) is known color: Sepia. HEX triplet: A2, 58 and 3E. RGB value is (162,88,62). Sum of RGB (Red+Green+Blue) = 162+88+62=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2583E is #5DA7C1. Grayscale: #6B6B6B. Windows color (decimal): -6137794 or 4085922. OLE color: 4085922.

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

Color convert

RGB 162 88 62 -
CMYK 0 0.46 0.62 0.36
HSL 15.6º 0.45% 0.44% -
HSV(B) 15.6º 0.62% 0.64% -
XYZ 19.26 15.01 6.44 -
YUV 107.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 162 88 62 0 0.46 0.62 0.36 15.6 0.45 0.44
Hex A2 58 3E 0 2E 3E 24 10 2D 2C
Octal 242 130 76 0 56 76 44 20 55 54
Binary 10100010 1011000 111110 0 101110 111110 100100 10000 101101 101100

Color Harmonies of #A2583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2583E

Black with #A2583E

Text Example


Text Example

White with #A2583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2583E; }

 p { color: rgb(162,88,62); }

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

background-color css

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

 a { background-color: rgb(162,88,62); }

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

border-color css

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

 span { border-color: rgb(162,88,62); }

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