Html Css Color HEX #A25E45 Sepia

📋 copy color: '#A25E45'

red 162 ◦ green 94 ◦ blue 69

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

Shades of Sepia #A25E45

Tints of Sepia #A25E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 49.85%
G = 28.92%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25E45 (or 0xA25E45) is known color: Sepia. HEX triplet: A2, 5E and 45. RGB value is (162,94,69). Sum of RGB (Red+Green+Blue) = 162+94+69=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E45 is #5DA1BA. Grayscale: #6F6F6F. Windows color (decimal): -6136251 or 4546210. OLE color: 4546210.

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

Color convert

RGB 162 94 69 -
CMYK 0 0.42 0.57 0.36
HSL 16.13º 0.4% 0.45% -
HSV(B) 16.13º 0.57% 0.64% -
XYZ 19.98 16.12 7.69 -
YUV 111.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 162 94 69 0 0.42 0.57 0.36 16.13 0.4 0.45
Hex A2 5E 45 0 2A 39 24 10 28 2D
Octal 242 136 105 0 52 71 44 20 50 55
Binary 10100010 1011110 1000101 0 101010 111001 100100 10000 101000 101101

Color Harmonies of #A25E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E45

Black with #A25E45

Text Example


Text Example

White with #A25E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E45; }

 p { color: rgb(162,94,69); }

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

background-color css

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

 a { background-color: rgb(162,94,69); }

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

border-color css

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

 span { border-color: rgb(162,94,69); }

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