Html Css Color HEX #A05E2F Indochine

📋 copy color: '#A05E2F'

red 160 ◦ green 94 ◦ blue 47

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

Shades of Indochine #A05E2F

Tints of Indochine #A05E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 53.16%
G = 31.23%
B = 15.61%

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

#A05E2F (or 0xA05E2F) is known color: Indochine. HEX triplet: A0, 5E and 2F. RGB value is (160,94,47). Sum of RGB (Red+Green+Blue) = 160+94+47=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E2F is #5FA1D0. Grayscale: #6C6C6C. Windows color (decimal): -6267345 or 3104416. OLE color: 3104416.

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

Color convert

RGB 160 94 47 -
CMYK 0 0.41 0.71 0.37
HSL 24.96º 0.55% 0.41% -
HSV(B) 24.96º 0.71% 0.63% -
XYZ 19.01 15.68 4.71 -
YUV 108.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 160 94 47 0 0.41 0.71 0.37 24.96 0.55 0.41
Hex A0 5E 2F 0 29 47 25 19 37 29
Octal 240 136 57 0 51 107 45 31 67 51
Binary 10100000 1011110 101111 0 101001 1000111 100101 11001 110111 101001

Color Harmonies of #A05E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E2F

Black with #A05E2F

Text Example


Text Example

White with #A05E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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