Html Css Color HEX #A25640 Sepia

📋 copy color: '#A25640'

red 162 ◦ green 86 ◦ blue 64

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

Shades of Sepia #A25640

Tints of Sepia #A25640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 51.92%
G = 27.56%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25640 (or 0xA25640) is known color: Sepia. HEX triplet: A2, 56 and 40. RGB value is (162,86,64). Sum of RGB (Red+Green+Blue) = 162+86+64=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25640 is #5DA9BF. Grayscale: #6A6A6A. Windows color (decimal): -6138304 or 4216482. OLE color: 4216482.

HSL color Cylindrical-coordinate representation of color #A25640: hue angle of 13.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25640 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 64 -
CMYK 0 0.47 0.60 0.36
HSL 13.47º 0.43% 0.44% -
HSV(B) 13.47º 0.6% 0.64% -
XYZ 19.15 14.71 6.68 -
YUV 106.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 162 86 64 0 0.47 0.60 0.36 13.47 0.43 0.44
Hex A2 56 40 0 2F 3C 24 D 2B 2C
Octal 242 126 100 0 57 74 44 15 53 54
Binary 10100010 1010110 1000000 0 101111 111100 100100 1101 101011 101100

Color Harmonies of #A25640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25640

Black with #A25640

Text Example


Text Example

White with #A25640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25640; }

 p { color: rgb(162,86,64); }

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

background-color css

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

 a { background-color: rgb(162,86,64); }

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

border-color css

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

 span { border-color: rgb(162,86,64); }

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