Html Css Color HEX #A25E41 Sepia

📋 copy color: '#A25E41'

red 162 ◦ green 94 ◦ blue 65

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

Shades of Sepia #A25E41

Tints of Sepia #A25E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 50.47%
G = 29.28%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25E41 (or 0xA25E41) is known color: Sepia. HEX triplet: A2, 5E and 41. RGB value is (162,94,65). Sum of RGB (Red+Green+Blue) = 162+94+65=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E41 is #5DA1BE. Grayscale: #6F6F6F. Windows color (decimal): -6136255 or 4284066. OLE color: 4284066.

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

Color convert

RGB 162 94 65 -
CMYK 0 0.42 0.60 0.36
HSL 17.94º 0.43% 0.45% -
HSV(B) 17.94º 0.6% 0.64% -
XYZ 19.86 16.07 7.06 -
YUV 111.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 162 94 65 0 0.42 0.60 0.36 17.94 0.43 0.45
Hex A2 5E 41 0 2A 3C 24 12 2B 2D
Octal 242 136 101 0 52 74 44 22 53 55
Binary 10100010 1011110 1000001 0 101010 111100 100100 10010 101011 101101

Color Harmonies of #A25E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E41

Black with #A25E41

Text Example


Text Example

White with #A25E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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