Html Css Color HEX #A05C2E Indochine

📋 copy color: '#A05C2E'

red 160 ◦ green 92 ◦ blue 46

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

Shades of Indochine #A05C2E

Tints of Indochine #A05C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 53.69%
G = 30.87%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A05C2E (or 0xA05C2E) is known color: Indochine. HEX triplet: A0, 5C and 2E. RGB value is (160,92,46). Sum of RGB (Red+Green+Blue) = 160+92+46=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C2E is #5FA3D1. Grayscale: #6B6B6B. Windows color (decimal): -6267858 or 3038368. OLE color: 3038368.

HSL color Cylindrical-coordinate representation of color #A05C2E: hue angle of 24.21º 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 #A05C2E is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 46 -
CMYK 0 0.43 0.71 0.37
HSL 24.21º 0.55% 0.4% -
HSV(B) 24.21º 0.71% 0.63% -
XYZ 18.82 15.33 4.55 -
YUV 107.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 160 92 46 0 0.43 0.71 0.37 24.21 0.55 0.4
Hex A0 5C 2E 0 2B 47 25 18 37 28
Octal 240 134 56 0 53 107 45 30 67 50
Binary 10100000 1011100 101110 0 101011 1000111 100101 11000 110111 101000

Color Harmonies of #A05C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C2E

Black with #A05C2E

Text Example


Text Example

White with #A05C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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