Html Css Color HEX #A25A40 Sepia

📋 copy color: '#A25A40'

red 162 ◦ green 90 ◦ blue 64

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

Shades of Sepia #A25A40

Tints of Sepia #A25A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 51.27%
G = 28.48%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25A40 (or 0xA25A40) is known color: Sepia. HEX triplet: A2, 5A and 40. RGB value is (162,90,64). Sum of RGB (Red+Green+Blue) = 162+90+64=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A40 is #5DA5BF. Grayscale: #6C6C6C. Windows color (decimal): -6137280 or 4217506. OLE color: 4217506.

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

Color convert

RGB 162 90 64 -
CMYK 0 0.44 0.60 0.36
HSL 15.92º 0.43% 0.44% -
HSV(B) 15.92º 0.6% 0.64% -
XYZ 19.48 15.36 6.79 -
YUV 108.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 162 90 64 0 0.44 0.60 0.36 15.92 0.43 0.44
Hex A2 5A 40 0 2C 3C 24 10 2B 2C
Octal 242 132 100 0 54 74 44 20 53 54
Binary 10100010 1011010 1000000 0 101100 111100 100100 10000 101011 101100

Color Harmonies of #A25A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A40

Black with #A25A40

Text Example


Text Example

White with #A25A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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