#A25D2E

Color #A25D2E Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #A25D2E

Tints of Indochine #A25D2E

Color information

#A25D2E (or 0xA25D2E) is unknown color: approx Indochine. HEX triplet: A2, 5D and 2E. RGB value is (162,93,46). Sum of RGB (Red+Green+Blue) = 162+93+46=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D2E is #5DA2D1. Grayscale: #6C6C6C. Windows color (decimal): -6136530 or 3038626. OLE color: 3038626.

HSL color Cylindrical-coordinate representation of color #A25D2E: hue angle of 24.31º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A25D2E is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1629346-
CMYK00.430.720.36
HSL24.31º55.77%40.78%-
HSV(B)24.31º71.6%63.53%-
XYZ19.3115.714.6-
YUV108.2792.86166.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=53.82%
G=30.90%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162934600.430.720.3624.3155.7740.78
HexA25D2E02B4824183829
Octal2421355605311044307051
Binary1010001010111011011100101011100100010010011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D2E; }

 p { color: rgb(162,93,46); }

 H1.HeaderClassName
 {
   color: #A25D2E;
 }
 .AnyTagClassName
 {
   color: #A25D2E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,93,46); }

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

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

 span { border-color: rgb(162,93,46); }

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