Html Css Color HEX #A25540 Sepia

📋 copy color: '#A25540'

red 162 ◦ green 85 ◦ blue 64

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

Shades of Sepia #A25540

Tints of Sepia #A25540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 52.09%
G = 27.33%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25540 (or 0xA25540) is known color: Sepia. HEX triplet: A2, 55 and 40. RGB value is (162,85,64). Sum of RGB (Red+Green+Blue) = 162+85+64=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25540 is #5DAABF. Grayscale: #696969. Windows color (decimal): -6138560 or 4216226. OLE color: 4216226.

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

Color convert

RGB 162 85 64 -
CMYK 0 0.48 0.60 0.36
HSL 12.86º 0.43% 0.44% -
HSV(B) 12.86º 0.6% 0.64% -
XYZ 19.07 14.55 6.65 -
YUV 105.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 162 85 64 0 0.48 0.60 0.36 12.86 0.43 0.44
Hex A2 55 40 0 30 3C 24 D 2B 2C
Octal 242 125 100 0 60 74 44 15 53 54
Binary 10100010 1010101 1000000 0 110000 111100 100100 1101 101011 101100

Color Harmonies of #A25540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25540

Black with #A25540

Text Example


Text Example

White with #A25540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25540; }

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

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

background-color css

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

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

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

border-color css

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

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

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