Html Css Color HEX #A05E2E Indochine

📋 copy color: '#A05E2E'

red 160 ◦ green 94 ◦ blue 46

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

Shades of Indochine #A05E2E

Tints of Indochine #A05E2E

RGB

 RED value IS 160 (62.89% from 255) = 53.33%

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 53.33%
G = 31.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A05E2E (or 0xA05E2E) is known color: Indochine. HEX triplet: A0, 5E and 2E. RGB value is (160,94,46). Sum of RGB (Red+Green+Blue) = 160+94+46=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E2E is #5FA1D1. Grayscale: #6C6C6C. Windows color (decimal): -6267346 or 3038880. OLE color: 3038880.

HSL color Cylindrical-coordinate representation of color #A05E2E: hue angle of 25.26º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A05E2E is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 94 46 -
CMYK 0 0.41 0.71 0.37
HSL 25.26º 0.55% 0.4% -
HSV(B) 25.26º 0.71% 0.63% -
XYZ 18.99 15.68 4.61 -
YUV 108.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 160 94 46 0 0.41 0.71 0.37 25.26 0.55 0.4
Hex A0 5E 2E 0 29 47 25 19 37 28
Octal 240 136 56 0 51 107 45 31 67 50
Binary 10100000 1011110 101110 0 101001 1000111 100101 11001 110111 101000

Color Harmonies of #A05E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E2E

Black with #A05E2E

Text Example


Text Example

White with #A05E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E2E; }

 p { color: rgb(160,94,46); }

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

background-color css

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

 a { background-color: rgb(160,94,46); }

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

border-color css

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

 span { border-color: rgb(160,94,46); }

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